Html Css Color HEX #C71008 Free Speech Red

📋 copy color: '#C71008'

red 199 ◦ green 16 ◦ blue 8

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

Shades of Free Speech Red #C71008

Tints of Free Speech Red #C71008

RGB

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

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

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

R = 89.24%
G = 7.17%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C71008 (or 0xC71008) is known color: Free Speech Red. HEX triplet: C7, 10 and 08. RGB value is (199,16,8). Sum of RGB (Red+Green+Blue) = 199+16+8=223 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.24% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 199 - color contains mainly: red. Hex color #C71008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71008 is #38EFF7. Grayscale: #464646. Windows color (decimal): -3731448 or 528583. OLE color: 528583.

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

Color convert

RGB 199 16 8 -
CMYK 0 0.92 0.96 0.22
HSL 2.51º 0.92% 0.41% -
HSV(B) 2.51º 0.96% 0.78% -
XYZ 23.78 12.53 1.39 -
YUV 69.81 93.13 220.15 -
System Red Green Blue C M Y K H S L
Decimal 199 16 8 0 0.92 0.96 0.22 2.51 0.92 0.41
Hex C7 10 8 0 5C 60 16 3 5C 29
Octal 307 20 10 0 134 140 26 3 134 51
Binary 11000111 10000 1000 0 1011100 1100000 10110 11 1011100 101001

Color Harmonies of #C71008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71008

Black with #C71008

Text Example


Text Example

White with #C71008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71008; }

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

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

background-color css

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

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

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

border-color css

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

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

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