Html Css Color HEX #D41E24 Fire Engine Red

📋 copy color: '#D41E24'

red 212 ◦ green 30 ◦ blue 36

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

Shades of Fire Engine Red #D41E24

Tints of Fire Engine Red #D41E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.95%

R = 76.26%
G = 10.79%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D41E24 (or 0xD41E24) is known color: Fire Engine Red. HEX triplet: D4, 1E and 24. RGB value is (212,30,36). Sum of RGB (Red+Green+Blue) = 212+30+36=278 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.26% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 212 - color contains mainly: red. Hex color #D41E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41E24 is #2BE1DB. Grayscale: #555555. Windows color (decimal): -2875868 or 2367188. OLE color: 2367188.

HSL color Cylindrical-coordinate representation of color #D41E24: hue angle of 358.02º 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 #D41E24 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 30 36 -
CMYK 0 0.86 0.83 0.17
HSL 358.02º 0.75% 0.47% -
HSV(B) 358.02º 0.86% 0.83% -
XYZ 27.93 15.05 3.1 -
YUV 85.1 100.3 218.51 -
System Red Green Blue C M Y K H S L
Decimal 212 30 36 0 0.86 0.83 0.17 358.02 0.75 0.47
Hex D4 1E 24 0 56 53 11 166 4B 2F
Octal 324 36 44 0 126 123 21 546 113 57
Binary 11010100 11110 100100 0 1010110 1010011 10001 101100110 1001011 101111

Color Harmonies of #D41E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41E24

Black with #D41E24

Text Example


Text Example

White with #D41E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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