Html Css Color HEX #C71808 Free Speech Red

📋 copy color: '#C71808'

red 199 ◦ green 24 ◦ blue 8

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

Shades of Free Speech Red #C71808

Tints of Free Speech Red #C71808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.39%

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

R = 86.15%
G = 10.39%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C71808 (or 0xC71808) is known color: Free Speech Red. HEX triplet: C7, 18 and 08. RGB value is (199,24,8). Sum of RGB (Red+Green+Blue) = 199+24+8=231 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.15% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 199 - color contains mainly: red. Hex color #C71808 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71808 is #38E7F7. Grayscale: #4A4A4A. Windows color (decimal): -3729400 or 530631. OLE color: 530631.

HSL color Cylindrical-coordinate representation of color #C71808: hue angle of 5.03º 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 #C71808 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 24 8 -
CMYK 0 0.88 0.96 0.22
HSL 5.03º 0.92% 0.41% -
HSV(B) 5.03º 0.96% 0.78% -
XYZ 23.92 12.81 1.44 -
YUV 74.5 90.48 216.8 -
System Red Green Blue C M Y K H S L
Decimal 199 24 8 0 0.88 0.96 0.22 5.03 0.92 0.41
Hex C7 18 8 0 58 60 16 5 5C 29
Octal 307 30 10 0 130 140 26 5 134 51
Binary 11000111 11000 1000 0 1011000 1100000 10110 101 1011100 101001

Color Harmonies of #C71808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71808

Black with #C71808

Text Example


Text Example

White with #C71808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71808; }

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

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

background-color css

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

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

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

border-color css

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

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

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