Html Css Color HEX #D41E21 Fire Engine Red

📋 copy color: '#D41E21'

red 212 ◦ green 30 ◦ blue 33

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

Shades of Fire Engine Red #D41E21

Tints of Fire Engine Red #D41E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12%

R = 77.09%
G = 10.91%
B = 12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D41E21 (or 0xD41E21) is known color: Fire Engine Red. HEX triplet: D4, 1E and 21. RGB value is (212,30,33). Sum of RGB (Red+Green+Blue) = 212+30+33=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D41E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41E21 is #2BE1DE. Grayscale: #545454. Windows color (decimal): -2875871 or 2170580. OLE color: 2170580.

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

Color convert

RGB 212 30 33 -
CMYK 0 0.86 0.84 0.17
HSL 359.01º 0.75% 0.47% -
HSV(B) 359.01º 0.86% 0.83% -
XYZ 27.89 15.04 2.87 -
YUV 84.76 98.8 218.76 -
System Red Green Blue C M Y K H S L
Decimal 212 30 33 0 0.86 0.84 0.17 359.01 0.75 0.47
Hex D4 1E 21 0 56 54 11 167 4B 2F
Octal 324 36 41 0 126 124 21 547 113 57
Binary 11010100 11110 100001 0 1010110 1010100 10001 101100111 1001011 101111

Color Harmonies of #D41E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41E21

Black with #D41E21

Text Example


Text Example

White with #D41E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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