#CA0A09

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

Shades of Free Speech Red #CA0A09

Tints of Free Speech Red #CA0A09

Color information

#CA0A09 (or 0xCA0A09) is unknown color: approx Free Speech Red. HEX triplet: CA, 0A and 09. RGB value is (202,10,9). Sum of RGB (Red+Green+Blue) = 202+10+9=221 (29% of max value = 765). Red value is 202 (79.30% from 255 or 91.40% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0A09 is #35F5F6. Grayscale: #434343. Windows color (decimal): -3536375 or 592586. OLE color: 592586.

HSL color Cylindrical-coordinate representation of color #CA0A09: hue angle of 0.31º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0A09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB202109-
CMYK00.950.960.21
HSL0.31º91.47%41.37%-
HSV(B)0.31º95.54%79.22%-
XYZ24.5112.791.44-
YUV67.2995.11224.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 91.40%
GREEN value IS 10 (4.30% from 255) = 4.52%
BLUE value IS 9 (3.91% from 255) = 4.07%
R=91.40%
G=4.52%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210900.950.960.210.3191.4741.37
HexCAA905F601505b29
Octal3121211013714025013351
Binary11001010101010010101111111000001010101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0A09; }

 p { color: rgb(202,10,9); }

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

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

 a { background-color: rgb(202,10,9); }

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

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

 span { border-color: rgb(202,10,9); }

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