Html Css Color HEX #C71120 Fire Engine Red

📋 copy color: '#C71120'

red 199 ◦ green 17 ◦ blue 32

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

Shades of Fire Engine Red #C71120

Tints of Fire Engine Red #C71120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.85%

 BLUE value IS 32 (12.89% from 255) = 12.9%

R = 80.24%
G = 6.85%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C71120 (or 0xC71120) is known color: Fire Engine Red. HEX triplet: C7, 11 and 20. RGB value is (199,17,32). Sum of RGB (Red+Green+Blue) = 199+17+32=248 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.24% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 199 - color contains mainly: red. Hex color #C71120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71120 is #38EEDF. Grayscale: #494949. Windows color (decimal): -3731168 or 2101703. OLE color: 2101703.

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

Color convert

RGB 199 17 32 -
CMYK 0 0.91 0.84 0.22
HSL 355.05º 0.84% 0.42% -
HSV(B) 355.05º 0.91% 0.78% -
XYZ 24.01 12.65 2.54 -
YUV 73.13 104.8 217.78 -
System Red Green Blue C M Y K H S L
Decimal 199 17 32 0 0.91 0.84 0.22 355.05 0.84 0.42
Hex C7 11 20 0 5B 54 16 163 54 2A
Octal 307 21 40 0 133 124 26 543 124 52
Binary 11000111 10001 100000 0 1011011 1010100 10110 101100011 1010100 101010

Color Harmonies of #C71120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71120

Black with #C71120

Text Example


Text Example

White with #C71120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71120; }

 p { color: rgb(199,17,32); }

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

background-color css

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

 a { background-color: rgb(199,17,32); }

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

border-color css

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

 span { border-color: rgb(199,17,32); }

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