Html Css Color HEX #C71706 Free Speech Red

📋 copy color: '#C71706'

red 199 ◦ green 23 ◦ blue 6

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

Shades of Free Speech Red #C71706

Tints of Free Speech Red #C71706

RGB

 RED value IS 199 (78.13% from 255) = 87.28%

 GREEN value IS 23 (9.38% from 255) = 10.09%

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

R = 87.28%
G = 10.09%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C71706 (or 0xC71706) is known color: Free Speech Red. HEX triplet: C7, 17 and 06. RGB value is (199,23,6). Sum of RGB (Red+Green+Blue) = 199+23+6=228 (30% of max value = 765). Red value is 199 (78.12% from 255 or 87.28% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 199 - color contains mainly: red. Hex color #C71706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71706 is #38E8F9. Grayscale: #494949. Windows color (decimal): -3729658 or 399303. OLE color: 399303.

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

Color convert

RGB 199 23 6 -
CMYK 0 0.88 0.97 0.22
HSL 5.28º 0.94% 0.4% -
HSV(B) 5.28º 0.97% 0.78% -
XYZ 23.89 12.77 1.38 -
YUV 73.69 89.81 217.38 -
System Red Green Blue C M Y K H S L
Decimal 199 23 6 0 0.88 0.97 0.22 5.28 0.94 0.4
Hex C7 17 6 0 58 61 16 5 5E 28
Octal 307 27 6 0 130 141 26 5 136 50
Binary 11000111 10111 110 0 1011000 1100001 10110 101 1011110 101000

Color Harmonies of #C71706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71706

Black with #C71706

Text Example


Text Example

White with #C71706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71706; }

 p { color: rgb(199,23,6); }

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

background-color css

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

 a { background-color: rgb(199,23,6); }

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

border-color css

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

 span { border-color: rgb(199,23,6); }

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