Html Css Color HEX #C51206 Free Speech Red

📋 copy color: '#C51206'

red 197 ◦ green 18 ◦ blue 6

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

Shades of Free Speech Red #C51206

Tints of Free Speech Red #C51206

RGB

 RED value IS 197 (77.34% from 255) = 89.14%

 GREEN value IS 18 (7.42% from 255) = 8.14%

 BLUE value IS 6 (2.73% from 255) = 2.71%

R = 89.14%
G = 8.14%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C51206 (or 0xC51206) is known color: Free Speech Red. HEX triplet: C5, 12 and 06. RGB value is (197,18,6). Sum of RGB (Red+Green+Blue) = 197+18+6=221 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.14% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 197 - color contains mainly: red. Hex color #C51206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51206 is #3AEDF9. Grayscale: #464646. Windows color (decimal): -3862010 or 398021. OLE color: 398021.

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

Color convert

RGB 197 18 6 -
CMYK 0 0.91 0.97 0.23
HSL 3.77º 0.94% 0.4% -
HSV(B) 3.77º 0.97% 0.77% -
XYZ 23.28 12.32 1.32 -
YUV 70.15 91.8 218.48 -
System Red Green Blue C M Y K H S L
Decimal 197 18 6 0 0.91 0.97 0.23 3.77 0.94 0.4
Hex C5 12 6 0 5B 61 17 4 5E 28
Octal 305 22 6 0 133 141 27 4 136 50
Binary 11000101 10010 110 0 1011011 1100001 10111 100 1011110 101000

Color Harmonies of #C51206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51206

Black with #C51206

Text Example


Text Example

White with #C51206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51206; }

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

 H1.HeaderClassName
 {
   color: #C51206;
 }
 .AnyTagClassName
 {
   color: #C51206;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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