Html Css Color HEX #D72229 Fire Engine Red

📋 copy color: '#D72229'

red 215 ◦ green 34 ◦ blue 41

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

Shades of Fire Engine Red #D72229

Tints of Fire Engine Red #D72229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.72%

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

R = 74.14%
G = 11.72%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D72229 (or 0xD72229) is known color: Fire Engine Red. HEX triplet: D7, 22 and 29. RGB value is (215,34,41). Sum of RGB (Red+Green+Blue) = 215+34+41=290 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.14% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 215 - color contains mainly: red. Hex color #D72229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72229 is #28DDD6. Grayscale: #595959. Windows color (decimal): -2678231 or 2695895. OLE color: 2695895.

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

Color convert

RGB 215 34 41 -
CMYK 0 0.84 0.81 0.16
HSL 357.68º 0.73% 0.49% -
HSV(B) 357.68º 0.84% 0.84% -
XYZ 29 15.75 3.61 -
YUV 88.92 100.97 217.93 -
System Red Green Blue C M Y K H S L
Decimal 215 34 41 0 0.84 0.81 0.16 357.68 0.73 0.49
Hex D7 22 29 0 54 51 10 166 49 31
Octal 327 42 51 0 124 121 20 546 111 61
Binary 11010111 100010 101001 0 1010100 1010001 10000 101100110 1001001 110001

Color Harmonies of #D72229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72229

Black with #D72229

Text Example


Text Example

White with #D72229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72229; }

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

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

background-color css

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

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

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

border-color css

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

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

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