#D41127

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

Shades of Fire Engine Red #D41127

Tints of Fire Engine Red #D41127

Color information

#D41127 (or 0xD41127) is unknown color: approx Fire Engine Red. HEX triplet: D4, 11 and 27. RGB value is (212,17,39). Sum of RGB (Red+Green+Blue) = 212+17+39=268 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.10% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 212 - color contains mainly: red. Hex color #D41127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41127 is #2BEED8. Grayscale: #4D4D4D. Windows color (decimal): -2879193 or 2560468. OLE color: 2560468.

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

Color convert

RGB2121739-
CMYK00.920.820.17
HSL353.23º85.15%44.9%-
HSV(B)353.23º91.98%83.14%-
XYZ27.7214.543.27-
YUV77.81106.1223.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 79.10%
GREEN value IS 17 (7.03% from 255) = 6.34%
BLUE value IS 39 (15.62% from 255) = 14.55%
R=79.10%
G=6.34%
B=14.55%

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
Decimal212173900.920.820.17353.2385.1544.9
HexD4112705C5211161552d
Octal324214701341222154112555
Binary1101010010001100111010111001010010100011011000011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41127; }

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

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

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

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

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

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

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

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