Html Css Color HEX #C71308 Free Speech Red

📋 copy color: '#C71308'

red 199 ◦ green 19 ◦ blue 8

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

Shades of Free Speech Red #C71308

Tints of Free Speech Red #C71308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.41%

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

R = 88.05%
G = 8.41%
B = 3.54%

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

#C71308 (or 0xC71308) is known color: Free Speech Red. HEX triplet: C7, 13 and 08. RGB value is (199,19,8). Sum of RGB (Red+Green+Blue) = 199+19+8=226 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.05% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 199 - color contains mainly: red. Hex color #C71308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71308 is #38ECF7. Grayscale: #474747. Windows color (decimal): -3730680 or 529351. OLE color: 529351.

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

Color convert

RGB 199 19 8 -
CMYK 0 0.90 0.96 0.22
HSL 3.46º 0.92% 0.41% -
HSV(B) 3.46º 0.96% 0.78% -
XYZ 23.83 12.63 1.41 -
YUV 71.57 92.13 218.89 -
System Red Green Blue C M Y K H S L
Decimal 199 19 8 0 0.90 0.96 0.22 3.46 0.92 0.41
Hex C7 13 8 0 5A 60 16 3 5C 29
Octal 307 23 10 0 132 140 26 3 134 51
Binary 11000111 10011 1000 0 1011010 1100000 10110 11 1011100 101001

Color Harmonies of #C71308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71308

Black with #C71308

Text Example


Text Example

White with #C71308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71308; }

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

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

background-color css

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

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

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

border-color css

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

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

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