#D41128

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

Shades of Fire Engine Red #D41128

Tints of Fire Engine Red #D41128

Color information

#D41128 (or 0xD41128) is unknown color: approx Fire Engine Red. HEX triplet: D4, 11 and 28. RGB value is (212,17,40). Sum of RGB (Red+Green+Blue) = 212+17+40=269 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.81% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 212 - color contains mainly: red. Hex color #D41128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41128 is #2BEED7. Grayscale: #4E4E4E. Windows color (decimal): -2879192 or 2626004. OLE color: 2626004.

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

Color convert

RGB2121740-
CMYK00.920.810.17
HSL352.92º85.15%44.9%-
HSV(B)352.92º91.98%83.14%-
XYZ27.7314.553.35-
YUV77.93106.6223.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 78.81%
GREEN value IS 17 (7.03% from 255) = 6.32%
BLUE value IS 40 (16.02% from 255) = 14.87%
R=78.81%
G=6.32%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212174000.920.810.17352.9285.1544.9
HexD4112805C5111161552d
Octal324215001341212154112555
Binary1101010010001101000010111001010001100011011000011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41128; }

 p { color: rgb(212,17,40); }

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

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

 a { background-color: rgb(212,17,40); }

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

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

 span { border-color: rgb(212,17,40); }

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