#D51227

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

Shades of Fire Engine Red #D51227

Tints of Fire Engine Red #D51227

Color information

#D51227 (or 0xD51227) is unknown color: approx Fire Engine Red. HEX triplet: D5, 12 and 27. RGB value is (213,18,39). Sum of RGB (Red+Green+Blue) = 213+18+39=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D51227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51227 is #2AEDD8. Grayscale: #4E4E4E. Windows color (decimal): -2813401 or 2560725. OLE color: 2560725.

HSL color Cylindrical-coordinate representation of color #D51227: hue angle of 353.54º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51227 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB2131839-
CMYK00.920.820.16
HSL353.54º84.42%45.29%-
HSV(B)353.54º91.55%83.53%-
XYZ28.0214.733.28-
YUV78.7105.6223.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 78.89%
GREEN value IS 18 (7.42% from 255) = 6.67%
BLUE value IS 39 (15.62% from 255) = 14.44%
R=78.89%
G=6.67%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213183900.920.820.16353.5484.4245.29
HexD5122705C5210162542d
Octal325224701341222054212455
Binary1101010110010100111010111001010010100001011000101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51227; }

 p { color: rgb(213,18,39); }

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

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

 a { background-color: rgb(213,18,39); }

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

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

 span { border-color: rgb(213,18,39); }

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