Html Css Color HEX #C71900 Free Speech Red

📋 copy color: '#C71900'

red 199 ◦ green 25 ◦ blue 0

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

Shades of Free Speech Red #C71900

Tints of Free Speech Red #C71900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.84%
G = 11.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C71900 (or 0xC71900) is known color: Free Speech Red. HEX triplet: C7, 19 and 00. RGB value is (199,25,0). Sum of RGB (Red+Green+Blue) = 199+25+0=224 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.84% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 199 - color contains mainly: red. Hex color #C71900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71900 is #38E6FF. Grayscale: #4A4A4A. Windows color (decimal): -3729152 or 6599. OLE color: 6599.

HSL color Cylindrical-coordinate representation of color #C71900: hue angle of 7.54º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C71900 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 25 0 -
CMYK 0 0.87 1 0.22
HSL 7.54º 1% 0.39% -
HSV(B) 7.54º 1% 0.78% -
XYZ 23.9 12.84 1.22 -
YUV 74.18 86.15 217.03 -
System Red Green Blue C M Y K H S L
Decimal 199 25 0 0 0.87 1 0.22 7.54 1 0.39
Hex C7 19 0 0 57 64 16 8 64 27
Octal 307 31 0 0 127 144 26 10 144 47
Binary 11000111 11001 0 0 1010111 1100100 10110 1000 1100100 100111

Color Harmonies of #C71900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71900

Black with #C71900

Text Example


Text Example

White with #C71900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71900; }

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

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

background-color css

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

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

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

border-color css

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

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

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