#C81212

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

Shades of Free Speech Red #C81212

Tints of Free Speech Red #C81212

Color information

#C81212 (or 0xC81212) is unknown color: approx Free Speech Red. HEX triplet: C8, 12 and 12. RGB value is (200,18,18). Sum of RGB (Red+Green+Blue) = 200+18+18=236 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.75% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 200 - color contains mainly: red. Hex color #C81212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81212 is #37EDED. Grayscale: #484848. Windows color (decimal): -3665390 or 1184456. OLE color: 1184456.

HSL color Cylindrical-coordinate representation of color #C81212: hue angle of 0º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81212 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB2001818-
CMYK00.910.910.22
HSL83.49%42.75%-
HSV(B)91%78.43%-
XYZ24.1412.761.76-
YUV72.4297.3219-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 84.75%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 18 (7.42% from 255) = 7.63%
R=84.75%
G=7.63%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200181800.910.910.22083.4942.75
HexC8121205B5B160532b
Octal3102222013313326012353
Binary1100100010010100100101101110110111011001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81212; }

 p { color: rgb(200,18,18); }

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

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

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

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

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

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

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