Html Css Color HEX #D41E29 Fire Engine Red

📋 copy color: '#D41E29'

red 212 ◦ green 30 ◦ blue 41

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

Shades of Fire Engine Red #D41E29

Tints of Fire Engine Red #D41E29

RGB

 RED value IS 212 (83.2% from 255) = 74.91%

 GREEN value IS 30 (12.11% from 255) = 10.6%

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

R = 74.91%
G = 10.6%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D41E29 (or 0xD41E29) is known color: Fire Engine Red. HEX triplet: D4, 1E and 29. RGB value is (212,30,41). Sum of RGB (Red+Green+Blue) = 212+30+41=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D41E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41E29 is #2BE1D6. Grayscale: #555555. Windows color (decimal): -2875863 or 2694868. OLE color: 2694868.

HSL color Cylindrical-coordinate representation of color #D41E29: hue angle of 356.37º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41E29 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 30 41 -
CMYK 0 0.86 0.81 0.17
HSL 356.37º 0.75% 0.47% -
HSV(B) 356.37º 0.86% 0.83% -
XYZ 28.02 15.09 3.53 -
YUV 85.67 102.8 218.11 -
System Red Green Blue C M Y K H S L
Decimal 212 30 41 0 0.86 0.81 0.17 356.37 0.75 0.47
Hex D4 1E 29 0 56 51 11 164 4B 2F
Octal 324 36 51 0 126 121 21 544 113 57
Binary 11010100 11110 101001 0 1010110 1010001 10001 101100100 1001011 101111

Color Harmonies of #D41E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41E29

Black with #D41E29

Text Example


Text Example

White with #D41E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41E29; }

 p { color: rgb(212,30,41); }

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

background-color css

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

 a { background-color: rgb(212,30,41); }

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

border-color css

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

 span { border-color: rgb(212,30,41); }

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