#CA120C

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

Shades of Free Speech Red #CA120C

Tints of Free Speech Red #CA120C

Color information

#CA120C (or 0xCA120C) is unknown color: approx Free Speech Red. HEX triplet: CA, 12 and 0C. RGB value is (202,18,12). Sum of RGB (Red+Green+Blue) = 202+18+12=232 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.07% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 202 - color contains mainly: red. Hex color #CA120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA120C is #35EDF3. Grayscale: #484848. Windows color (decimal): -3534324 or 791242. OLE color: 791242.

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

Color convert

RGB2021812-
CMYK00.910.940.21
HSL1.89º88.79%41.96%-
HSV(B)1.89º94.06%79.22%-
XYZ24.6413.021.56-
YUV72.3393.96220.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 87.07%
GREEN value IS 18 (7.42% from 255) = 7.76%
BLUE value IS 12 (5.08% from 255) = 5.17%
R=87.07%
G=7.76%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202181200.910.940.211.8988.7941.96
HexCA12C05B5E152592a
Octal3122214013313625213152
Binary1100101010010110001011011101111010101101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA120C; }

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

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

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

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

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

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

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

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