#D41D21

Color #D41D21 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #D41D21

Tints of Fire Engine Red #D41D21

Color information

#D41D21 (or 0xD41D21) is unknown color: approx Fire Engine Red. HEX triplet: D4, 1D and 21. RGB value is (212,29,33). Sum of RGB (Red+Green+Blue) = 212+29+33=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41D21 is #2BE2DE. Grayscale: #545454. Windows color (decimal): -2876127 or 2170324. OLE color: 2170324.

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

Color convert

RGB2122933-
CMYK00.860.840.17
HSL358.69º75.93%47.25%-
HSV(B)358.69º86.32%83.14%-
XYZ27.8714.992.86-
YUV84.1799.13219.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 77.37%
GREEN value IS 29 (11.72% from 255) = 10.58%
BLUE value IS 33 (13.28% from 255) = 12.04%
R=77.37%
G=10.58%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212293300.860.840.17358.6975.9347.25
HexD41D2105654111674c2f
Octal324354101261242154711457
Binary1101010011101100001010101101010100100011011001111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41D21; }

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

 H1.HeaderClassName
 {
   color: #D41D21;
 }
 .AnyTagClassName
 {
   color: #D41D21;
 }
</style>
background-color css

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

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

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

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

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

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