Html Css Color HEX #C71720 Fire Engine Red

📋 copy color: '#C71720'

red 199 ◦ green 23 ◦ blue 32

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

Shades of Fire Engine Red #C71720

Tints of Fire Engine Red #C71720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.06%

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

R = 78.35%
G = 9.06%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C71720 (or 0xC71720) is known color: Fire Engine Red. HEX triplet: C7, 17 and 20. RGB value is (199,23,32). Sum of RGB (Red+Green+Blue) = 199+23+32=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C71720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71720 is #38E8DF. Grayscale: #4C4C4C. Windows color (decimal): -3729632 or 2103239. OLE color: 2103239.

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

Color convert

RGB 199 23 32 -
CMYK 0 0.88 0.84 0.22
HSL 356.93º 0.79% 0.44% -
HSV(B) 356.93º 0.88% 0.78% -
XYZ 24.12 12.86 2.58 -
YUV 76.65 102.81 215.27 -
System Red Green Blue C M Y K H S L
Decimal 199 23 32 0 0.88 0.84 0.22 356.93 0.79 0.44
Hex C7 17 20 0 58 54 16 165 4F 2C
Octal 307 27 40 0 130 124 26 545 117 54
Binary 11000111 10111 100000 0 1011000 1010100 10110 101100101 1001111 101100

Color Harmonies of #C71720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71720

Black with #C71720

Text Example


Text Example

White with #C71720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71720; }

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

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

background-color css

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

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

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

border-color css

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

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

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