Html Css Color HEX #D72029 Fire Engine Red

📋 copy color: '#D72029'

red 215 ◦ green 32 ◦ blue 41

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

Shades of Fire Engine Red #D72029

Tints of Fire Engine Red #D72029

RGB

 RED value IS 215 (84.38% from 255) = 74.65%

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

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

R = 74.65%
G = 11.11%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D72029 (or 0xD72029) is known color: Fire Engine Red. HEX triplet: D7, 20 and 29. RGB value is (215,32,41). Sum of RGB (Red+Green+Blue) = 215+32+41=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D72029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72029 is #28DFD6. Grayscale: #575757. Windows color (decimal): -2678743 or 2695383. OLE color: 2695383.

HSL color Cylindrical-coordinate representation of color #D72029: hue angle of 357.05º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72029 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 32 41 -
CMYK 0 0.85 0.81 0.16
HSL 357.05º 0.74% 0.48% -
HSV(B) 357.05º 0.85% 0.84% -
XYZ 28.94 15.64 3.59 -
YUV 87.74 101.63 218.77 -
System Red Green Blue C M Y K H S L
Decimal 215 32 41 0 0.85 0.81 0.16 357.05 0.74 0.48
Hex D7 20 29 0 55 51 10 165 4A 30
Octal 327 40 51 0 125 121 20 545 112 60
Binary 11010111 100000 101001 0 1010101 1010001 10000 101100101 1001010 110000

Color Harmonies of #D72029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72029

Black with #D72029

Text Example


Text Example

White with #D72029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72029; }

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

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

background-color css

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

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

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

border-color css

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

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

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