Html Css Color HEX #C72029 Fire Engine Red

📋 copy color: '#C72029'

red 199 ◦ green 32 ◦ blue 41

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

Shades of Fire Engine Red #C72029

Tints of Fire Engine Red #C72029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

 BLUE value IS 41 (16.41% from 255) = 15.07%

R = 73.16%
G = 11.76%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C72029 (or 0xC72029) is known color: Fire Engine Red. HEX triplet: C7, 20 and 29. RGB value is (199,32,41). Sum of RGB (Red+Green+Blue) = 199+32+41=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C72029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72029 is #38DFD6. Grayscale: #535353. Windows color (decimal): -3727319 or 2695367. OLE color: 2695367.

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

Color convert

RGB 199 32 41 -
CMYK 0 0.84 0.79 0.22
HSL 356.77º 0.72% 0.45% -
HSV(B) 356.77º 0.84% 0.78% -
XYZ 24.47 13.34 3.38 -
YUV 82.96 104.33 210.77 -
System Red Green Blue C M Y K H S L
Decimal 199 32 41 0 0.84 0.79 0.22 356.77 0.72 0.45
Hex C7 20 29 0 54 4F 16 165 48 2D
Octal 307 40 51 0 124 117 26 545 110 55
Binary 11000111 100000 101001 0 1010100 1001111 10110 101100101 1001000 101101

Color Harmonies of #C72029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72029

Black with #C72029

Text Example


Text Example

White with #C72029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72029; }

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

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

background-color css

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

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

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

border-color css

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

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

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