Html Css Color HEX #C51006 Free Speech Red

📋 copy color: '#C51006'

red 197 ◦ green 16 ◦ blue 6

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

Shades of Free Speech Red #C51006

Tints of Free Speech Red #C51006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.31%

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

R = 89.95%
G = 7.31%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C51006 (or 0xC51006) is known color: Free Speech Red. HEX triplet: C5, 10 and 06. RGB value is (197,16,6). Sum of RGB (Red+Green+Blue) = 197+16+6=219 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.95% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 197 - color contains mainly: red. Hex color #C51006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51006 is #3AEFF9. Grayscale: #454545. Windows color (decimal): -3862522 or 397509. OLE color: 397509.

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

Color convert

RGB 197 16 6 -
CMYK 0 0.92 0.97 0.23
HSL 3.14º 0.94% 0.4% -
HSV(B) 3.14º 0.97% 0.77% -
XYZ 23.24 12.25 1.31 -
YUV 68.98 92.47 219.31 -
System Red Green Blue C M Y K H S L
Decimal 197 16 6 0 0.92 0.97 0.23 3.14 0.94 0.4
Hex C5 10 6 0 5C 61 17 3 5E 28
Octal 305 20 6 0 134 141 27 3 136 50
Binary 11000101 10000 110 0 1011100 1100001 10111 11 1011110 101000

Color Harmonies of #C51006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51006

Black with #C51006

Text Example


Text Example

White with #C51006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51006; }

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

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

background-color css

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

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

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

border-color css

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

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

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