Html Css Color HEX #D82029 Fire Engine Red

📋 copy color: '#D82029'

red 216 ◦ green 32 ◦ blue 41

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

Shades of Fire Engine Red #D82029

Tints of Fire Engine Red #D82029

RGB

 RED value IS 216 (84.77% from 255) = 74.74%

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

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

R = 74.74%
G = 11.07%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D82029 (or 0xD82029) is known color: Fire Engine Red. HEX triplet: D8, 20 and 29. RGB value is (216,32,41). Sum of RGB (Red+Green+Blue) = 216+32+41=289 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.74% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 216 - color contains mainly: red. Hex color #D82029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82029 is #27DFD6. Grayscale: #585858. Windows color (decimal): -2613207 or 2695384. OLE color: 2695384.

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

Color convert

RGB 216 32 41 -
CMYK 0 0.85 0.81 0.15
HSL 357.07º 0.74% 0.49% -
HSV(B) 357.07º 0.85% 0.85% -
XYZ 29.24 15.79 3.61 -
YUV 88.04 101.46 219.27 -
System Red Green Blue C M Y K H S L
Decimal 216 32 41 0 0.85 0.81 0.15 357.07 0.74 0.49
Hex D8 20 29 0 55 51 F 165 4A 31
Octal 330 40 51 0 125 121 17 545 112 61
Binary 11011000 100000 101001 0 1010101 1010001 1111 101100101 1001010 110001

Color Harmonies of #D82029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82029

Black with #D82029

Text Example


Text Example

White with #D82029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82029; }

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

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

background-color css

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

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

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

border-color css

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

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

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