#CA0603

Color #CA0603 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #CA0603

Tints of Free Speech Red #CA0603

Color information

#CA0603 (or 0xCA0603) is unknown color: approx Free Speech Red. HEX triplet: CA, 06 and 03. RGB value is (202,6,3). Sum of RGB (Red+Green+Blue) = 202+6+3=211 (27% of max value = 765). Red value is 202 (79.30% from 255 or 95.73% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0603 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0603 is #35F9FC. Grayscale: #404040. Windows color (decimal): -3537405 or 198346. OLE color: 198346.

HSL color Cylindrical-coordinate representation of color #CA0603: hue angle of 0.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0603 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB20263-
CMYK00.970.990.21
HSL0.9º97.07%40.2%-
HSV(B)0.9º98.51%79.22%-
XYZ24.4412.691.25-
YUV64.2693.43226.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 95.73%
GREEN value IS 6 (2.73% from 255) = 2.84%
BLUE value IS 3 (1.56% from 255) = 1.42%
R=95.73%
G=2.84%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026300.970.990.210.997.0740.2
HexCA63061631516128
Octal31263014114325114150
Binary11001010110110110000111000111010111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0603; }

 p { color: rgb(202,6,3); }

 H1.HeaderClassName
 {
   color: #CA0603;
 }
 .AnyTagClassName
 {
   color: #CA0603;
 }
</style>
background-color css

<style>
 a { background-color: #CA0603; }

 a { background-color: rgb(202,6,3); }

 div.DivClassName
 {
   background-color: #CA0603;
 }
 .BgClassName
 {
   background-color: #CA0603;
 }
</style>
border-color css

<style>
 span { border-color: #CA0603; }

 span { border-color: rgb(202,6,3); }

 td.TdClassName
 {
   border-color: #CA0603;
 }
 .TagClassName
 {
   border-color: #CA0603;
 }
</style>