Html Css Color HEX #C51406 Free Speech Red

📋 copy color: '#C51406'

red 197 ◦ green 20 ◦ blue 6

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

Shades of Free Speech Red #C51406

Tints of Free Speech Red #C51406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.97%

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

R = 88.34%
G = 8.97%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C51406 (or 0xC51406) is known color: Free Speech Red. HEX triplet: C5, 14 and 06. RGB value is (197,20,6). Sum of RGB (Red+Green+Blue) = 197+20+6=223 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.34% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 197 - color contains mainly: red. Hex color #C51406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51406 is #3AEBF9. Grayscale: #474747. Windows color (decimal): -3861498 or 398533. OLE color: 398533.

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

Color convert

RGB 197 20 6 -
CMYK 0 0.90 0.97 0.23
HSL 4.4º 0.94% 0.4% -
HSV(B) 4.4º 0.97% 0.77% -
XYZ 23.31 12.38 1.33 -
YUV 71.33 91.14 217.64 -
System Red Green Blue C M Y K H S L
Decimal 197 20 6 0 0.90 0.97 0.23 4.4 0.94 0.4
Hex C5 14 6 0 5A 61 17 4 5E 28
Octal 305 24 6 0 132 141 27 4 136 50
Binary 11000101 10100 110 0 1011010 1100001 10111 100 1011110 101000

Color Harmonies of #C51406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51406

Black with #C51406

Text Example


Text Example

White with #C51406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51406; }

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

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

background-color css

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

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

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

border-color css

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

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

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