#C51208

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

Shades of Free Speech Red #C51208

Tints of Free Speech Red #C51208

Color information

#C51208 (or 0xC51208) is unknown color: approx Free Speech Red. HEX triplet: C5, 12 and 08. RGB value is (197,18,8). Sum of RGB (Red+Green+Blue) = 197+18+8=223 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.34% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 197 - color contains mainly: red. Hex color #C51208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51208 is #3AEDF7. Grayscale: #464646. Windows color (decimal): -3862008 or 529093. OLE color: 529093.

HSL color Cylindrical-coordinate representation of color #C51208: hue angle of 3.17º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C51208 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB197188-
CMYK00.910.960.23
HSL3.17º92.2%40.2%-
HSV(B)3.17º95.94%77.25%-
XYZ23.2912.321.38-
YUV70.3892.8218.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 88.34%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 8 (3.52% from 255) = 3.59%
R=88.34%
G=8.07%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718800.910.960.233.1792.240.2
HexC512805B601735c28
Octal3052210013314027313450
Binary1100010110010100001011011110000010111111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51208; }

 p { color: rgb(197,18,8); }

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

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

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

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

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

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

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