Html Css Color HEX #C71408 Free Speech Red

📋 copy color: '#C71408'

red 199 ◦ green 20 ◦ blue 8

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

Shades of Free Speech Red #C71408

Tints of Free Speech Red #C71408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.81%

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

R = 87.67%
G = 8.81%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C71408 (or 0xC71408) is known color: Free Speech Red. HEX triplet: C7, 14 and 08. RGB value is (199,20,8). Sum of RGB (Red+Green+Blue) = 199+20+8=227 (30% of max value = 765). Red value is 199 (78.12% from 255 or 87.67% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 199 - color contains mainly: red. Hex color #C71408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71408 is #38EBF7. Grayscale: #484848. Windows color (decimal): -3730424 or 529607. OLE color: 529607.

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

Color convert

RGB 199 20 8 -
CMYK 0 0.90 0.96 0.22
HSL 3.77º 0.92% 0.41% -
HSV(B) 3.77º 0.96% 0.78% -
XYZ 23.85 12.66 1.42 -
YUV 72.15 91.8 218.48 -
System Red Green Blue C M Y K H S L
Decimal 199 20 8 0 0.90 0.96 0.22 3.77 0.92 0.41
Hex C7 14 8 0 5A 60 16 4 5C 29
Octal 307 24 10 0 132 140 26 4 134 51
Binary 11000111 10100 1000 0 1011010 1100000 10110 100 1011100 101001

Color Harmonies of #C71408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71408

Black with #C71408

Text Example


Text Example

White with #C71408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71408; }

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

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

background-color css

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

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

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

border-color css

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

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

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