Html Css Color HEX #C71508 Free Speech Red

📋 copy color: '#C71508'

red 199 ◦ green 21 ◦ blue 8

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

Shades of Free Speech Red #C71508

Tints of Free Speech Red #C71508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.21%

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

R = 87.28%
G = 9.21%
B = 3.51%

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

#C71508 (or 0xC71508) is known color: Free Speech Red. HEX triplet: C7, 15 and 08. RGB value is (199,21,8). Sum of RGB (Red+Green+Blue) = 199+21+8=228 (30% of max value = 765). Red value is 199 (78.12% from 255 or 87.28% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 199 - color contains mainly: red. Hex color #C71508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71508 is #38EAF7. Grayscale: #484848. Windows color (decimal): -3730168 or 529863. OLE color: 529863.

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

Color convert

RGB 199 21 8 -
CMYK 0 0.89 0.96 0.22
HSL 4.08º 0.92% 0.41% -
HSV(B) 4.08º 0.96% 0.78% -
XYZ 23.87 12.7 1.42 -
YUV 72.74 91.47 218.06 -
System Red Green Blue C M Y K H S L
Decimal 199 21 8 0 0.89 0.96 0.22 4.08 0.92 0.41
Hex C7 15 8 0 59 60 16 4 5C 29
Octal 307 25 10 0 131 140 26 4 134 51
Binary 11000111 10101 1000 0 1011001 1100000 10110 100 1011100 101001

Color Harmonies of #C71508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71508

Black with #C71508

Text Example


Text Example

White with #C71508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71508; }

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

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

background-color css

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

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

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

border-color css

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

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

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