Html Css Color HEX #C51906 Free Speech Red

📋 copy color: '#C51906'

red 197 ◦ green 25 ◦ blue 6

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

Shades of Free Speech Red #C51906

Tints of Free Speech Red #C51906

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.96%

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

R = 86.4%
G = 10.96%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C51906 (or 0xC51906) is known color: Free Speech Red. HEX triplet: C5, 19 and 06. RGB value is (197,25,6). Sum of RGB (Red+Green+Blue) = 197+25+6=228 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.40% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 197 - color contains mainly: red. Hex color #C51906 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51906 is #3AE6F9. Grayscale: #4A4A4A. Windows color (decimal): -3860218 or 399813. OLE color: 399813.

HSL color Cylindrical-coordinate representation of color #C51906: hue angle of 5.97º 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 #C51906 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 25 6 -
CMYK 0 0.87 0.97 0.23
HSL 5.97º 0.94% 0.4% -
HSV(B) 5.97º 0.97% 0.77% -
XYZ 23.41 12.58 1.37 -
YUV 74.26 89.48 215.54 -
System Red Green Blue C M Y K H S L
Decimal 197 25 6 0 0.87 0.97 0.23 5.97 0.94 0.4
Hex C5 19 6 0 57 61 17 6 5E 28
Octal 305 31 6 0 127 141 27 6 136 50
Binary 11000101 11001 110 0 1010111 1100001 10111 110 1011110 101000

Color Harmonies of #C51906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51906

Black with #C51906

Text Example


Text Example

White with #C51906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51906; }

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

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

background-color css

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

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

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

border-color css

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

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

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