#D41126

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

Shades of Fire Engine Red #D41126

Tints of Fire Engine Red #D41126

Color information

#D41126 (or 0xD41126) is unknown color: approx Fire Engine Red. HEX triplet: D4, 11 and 26. RGB value is (212,17,38). Sum of RGB (Red+Green+Blue) = 212+17+38=267 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.40% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 212 - color contains mainly: red. Hex color #D41126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41126 is #2BEED9. Grayscale: #4D4D4D. Windows color (decimal): -2879194 or 2494932. OLE color: 2494932.

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

Color convert

RGB2121738-
CMYK00.920.820.17
HSL353.54º85.15%44.9%-
HSV(B)353.54º91.98%83.14%-
XYZ27.714.543.18-
YUV77.7105.6223.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 79.40%
GREEN value IS 17 (7.03% from 255) = 6.37%
BLUE value IS 38 (15.23% from 255) = 14.23%
R=79.40%
G=6.37%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212173800.920.820.17353.5485.1544.9
HexD4112605C5211162552d
Octal324214601341222154212555
Binary1101010010001100110010111001010010100011011000101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41126; }

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

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

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

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

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

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

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

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