#CA0909

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

Shades of Free Speech Red #CA0909

Tints of Free Speech Red #CA0909

Color information

#CA0909 (or 0xCA0909) is unknown color: approx Free Speech Red. HEX triplet: CA, 09 and 09. RGB value is (202,9,9). Sum of RGB (Red+Green+Blue) = 202+9+9=220 (29% of max value = 765). Red value is 202 (79.30% from 255 or 91.82% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0909 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0909 is #35F6F6. Grayscale: #424242. Windows color (decimal): -3536631 or 592330. OLE color: 592330.

HSL color Cylindrical-coordinate representation of color #CA0909: hue angle of 0º 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 #CA0909 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB20299-
CMYK00.960.960.21
HSL91.47%41.37%-
HSV(B)95.54%79.22%-
XYZ24.512.771.43-
YUV66.7195.44224.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 91.82%
GREEN value IS 9 (3.91% from 255) = 4.09%
BLUE value IS 9 (3.91% from 255) = 4.09%
R=91.82%
G=4.09%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029900.960.960.21091.4741.37
HexCA99060601505b29
Octal3121111014014025013351
Binary11001010100110010110000011000001010101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0909; }

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

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

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

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

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

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

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

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