#D31324

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

Shades of Fire Engine Red #D31324

Tints of Fire Engine Red #D31324

Color information

#D31324 (or 0xD31324) is unknown color: approx Fire Engine Red. HEX triplet: D3, 13 and 24. RGB value is (211,19,36). Sum of RGB (Red+Green+Blue) = 211+19+36=266 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.32% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 211 - color contains mainly: red. Hex color #D31324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31324 is #2CECDB. Grayscale: #4E4E4E. Windows color (decimal): -2944220 or 2364371. OLE color: 2364371.

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

Color convert

RGB2111936-
CMYK00.910.830.17
HSL354.69º83.48%45.1%-
HSV(B)354.69º91%82.75%-
XYZ27.4214.443.01-
YUV78.35104.11222.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 79.32%
GREEN value IS 19 (7.81% from 255) = 7.14%
BLUE value IS 36 (14.45% from 255) = 13.53%
R=79.32%
G=7.14%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211193600.910.830.17354.6983.4845.1
HexD3132405B5311163532d
Octal323234401331232154312355
Binary1101001110011100100010110111010011100011011000111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31324; }

 p { color: rgb(211,19,36); }

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

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

 a { background-color: rgb(211,19,36); }

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

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

 span { border-color: rgb(211,19,36); }

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