#CA0C09

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

Shades of Free Speech Red #CA0C09

Tints of Free Speech Red #CA0C09

Color information

#CA0C09 (or 0xCA0C09) is unknown color: approx Free Speech Red. HEX triplet: CA, 0C and 09. RGB value is (202,12,9). Sum of RGB (Red+Green+Blue) = 202+12+9=223 (29% of max value = 765). Red value is 202 (79.30% from 255 or 90.58% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0C09 is #35F3F6. Grayscale: #444444. Windows color (decimal): -3535863 or 593098. OLE color: 593098.

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

Color convert

RGB202129-
CMYK00.940.960.21
HSL0.93º91.47%41.37%-
HSV(B)0.93º95.54%79.22%-
XYZ24.5412.841.44-
YUV68.4794.45223.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 90.58%
GREEN value IS 12 (5.08% from 255) = 5.38%
BLUE value IS 9 (3.91% from 255) = 4.04%
R=90.58%
G=5.38%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212900.940.960.210.9391.4741.37
HexCAC905E601515b29
Octal3121411013614025113351
Binary11001010110010010101111011000001010111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0C09; }

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

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

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

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

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

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

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

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