Html Css Color HEX #C51208 Free Speech Red

📋 copy color: '#C51208'

red 197 ◦ green 18 ◦ blue 8

#C51208
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #C51208

Tints of Free Speech Red #C51208

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 value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C51208 (or 0xC51208) is known color: 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

RGB 197 18 8 -
CMYK 0 0.91 0.96 0.23
HSL 3.17º 0.92% 0.4% -
HSV(B) 3.17º 0.96% 0.77% -
XYZ 23.29 12.32 1.38 -
YUV 70.38 92.8 218.31 -
System Red Green Blue C M Y K H S L
Decimal 197 18 8 0 0.91 0.96 0.23 3.17 0.92 0.4
Hex C5 12 8 0 5B 60 17 3 5C 28
Octal 305 22 10 0 133 140 27 3 134 50
Binary 11000101 10010 1000 0 1011011 1100000 10111 11 1011100 101000

Color Harmonies of #C51208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51208

Black with #C51208

Text Example


Text Example

White with #C51208

Text Example


Text Example

HTML Codes & Css Web 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>