Html Css Color HEX #D62129 Fire Engine Red

📋 copy color: '#D62129'

red 214 ◦ green 33 ◦ blue 41

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

Shades of Fire Engine Red #D62129

Tints of Fire Engine Red #D62129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.46%

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

R = 74.31%
G = 11.46%
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

#D62129 (or 0xD62129) is known color: Fire Engine Red. HEX triplet: D6, 21 and 29. RGB value is (214,33,41). Sum of RGB (Red+Green+Blue) = 214+33+41=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D62129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62129 is #29DED6. Grayscale: #585858. Windows color (decimal): -2744023 or 2695638. OLE color: 2695638.

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

Color convert

RGB 214 33 41 -
CMYK 0 0.85 0.81 0.16
HSL 357.35º 0.73% 0.48% -
HSV(B) 357.35º 0.85% 0.84% -
XYZ 28.68 15.54 3.59 -
YUV 88.03 101.47 217.85 -
System Red Green Blue C M Y K H S L
Decimal 214 33 41 0 0.85 0.81 0.16 357.35 0.73 0.48
Hex D6 21 29 0 55 51 10 165 49 30
Octal 326 41 51 0 125 121 20 545 111 60
Binary 11010110 100001 101001 0 1010101 1010001 10000 101100101 1001001 110000

Color Harmonies of #D62129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62129

Black with #D62129

Text Example


Text Example

White with #D62129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62129; }

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

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

background-color css

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

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

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

border-color css

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

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

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