Html Css Color HEX #C71908 Free Speech Red

📋 copy color: '#C71908'

red 199 ◦ green 25 ◦ blue 8

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

Shades of Free Speech Red #C71908

Tints of Free Speech Red #C71908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.78%

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

R = 85.78%
G = 10.78%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C71908 (or 0xC71908) is known color: Free Speech Red. HEX triplet: C7, 19 and 08. RGB value is (199,25,8). Sum of RGB (Red+Green+Blue) = 199+25+8=232 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.78% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 199 - color contains mainly: red. Hex color #C71908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71908 is #38E6F7. Grayscale: #4B4B4B. Windows color (decimal): -3729144 or 530887. OLE color: 530887.

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

Color convert

RGB 199 25 8 -
CMYK 0 0.87 0.96 0.22
HSL 5.34º 0.92% 0.41% -
HSV(B) 5.34º 0.96% 0.78% -
XYZ 23.94 12.85 1.45 -
YUV 75.09 90.15 216.38 -
System Red Green Blue C M Y K H S L
Decimal 199 25 8 0 0.87 0.96 0.22 5.34 0.92 0.41
Hex C7 19 8 0 57 60 16 5 5C 29
Octal 307 31 10 0 127 140 26 5 134 51
Binary 11000111 11001 1000 0 1010111 1100000 10110 101 1011100 101001

Color Harmonies of #C71908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71908

Black with #C71908

Text Example


Text Example

White with #C71908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71908; }

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

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

background-color css

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

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

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

border-color css

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

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

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