Html Css Color HEX #D62029 Fire Engine Red

📋 copy color: '#D62029'

red 214 ◦ green 32 ◦ blue 41

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

Shades of Fire Engine Red #D62029

Tints of Fire Engine Red #D62029

RGB

 RED value IS 214 (83.98% from 255) = 74.56%

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

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

R = 74.56%
G = 11.15%
B = 14.29%

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

#D62029 (or 0xD62029) is known color: Fire Engine Red. HEX triplet: D6, 20 and 29. RGB value is (214,32,41). Sum of RGB (Red+Green+Blue) = 214+32+41=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D62029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62029 is #29DFD6. Grayscale: #575757. Windows color (decimal): -2744279 or 2695382. OLE color: 2695382.

HSL color Cylindrical-coordinate representation of color #D62029: hue angle of 357.03º 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 #D62029 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 32 41 -
CMYK 0 0.85 0.81 0.16
HSL 357.03º 0.74% 0.48% -
HSV(B) 357.03º 0.85% 0.84% -
XYZ 28.65 15.49 3.58 -
YUV 87.44 101.8 218.27 -
System Red Green Blue C M Y K H S L
Decimal 214 32 41 0 0.85 0.81 0.16 357.03 0.74 0.48
Hex D6 20 29 0 55 51 10 165 4A 30
Octal 326 40 51 0 125 121 20 545 112 60
Binary 11010110 100000 101001 0 1010101 1010001 10000 101100101 1001010 110000

Color Harmonies of #D62029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62029

Black with #D62029

Text Example


Text Example

White with #D62029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62029; }

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

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

background-color css

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

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

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

border-color css

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

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

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