Html Css Color HEX #C71608 Free Speech Red

📋 copy color: '#C71608'

red 199 ◦ green 22 ◦ blue 8

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

Shades of Free Speech Red #C71608

Tints of Free Speech Red #C71608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.61%

 BLUE value IS 8 (3.52% from 255) = 3.49%

R = 86.9%
G = 9.61%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C71608 (or 0xC71608) is known color: Free Speech Red. HEX triplet: C7, 16 and 08. RGB value is (199,22,8). Sum of RGB (Red+Green+Blue) = 199+22+8=229 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.90% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 199 - color contains mainly: red. Hex color #C71608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71608 is #38E9F7. Grayscale: #494949. Windows color (decimal): -3729912 or 530119. OLE color: 530119.

HSL color Cylindrical-coordinate representation of color #C71608: hue angle of 4.4º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C71608 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 22 8 -
CMYK 0 0.89 0.96 0.22
HSL 4.4º 0.92% 0.41% -
HSV(B) 4.4º 0.96% 0.78% -
XYZ 23.88 12.73 1.43 -
YUV 73.33 91.14 217.64 -
System Red Green Blue C M Y K H S L
Decimal 199 22 8 0 0.89 0.96 0.22 4.4 0.92 0.41
Hex C7 16 8 0 59 60 16 4 5C 29
Octal 307 26 10 0 131 140 26 4 134 51
Binary 11000111 10110 1000 0 1011001 1100000 10110 100 1011100 101001

Color Harmonies of #C71608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71608

Black with #C71608

Text Example


Text Example

White with #C71608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71608; }

 p { color: rgb(199,22,8); }

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

background-color css

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

 a { background-color: rgb(199,22,8); }

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

border-color css

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

 span { border-color: rgb(199,22,8); }

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