#D31418

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

Shades of Fire Engine Red #D31418

Tints of Fire Engine Red #D31418

Color information

#D31418 (or 0xD31418) is unknown color: approx Fire Engine Red. HEX triplet: D3, 14 and 18. RGB value is (211,20,24). Sum of RGB (Red+Green+Blue) = 211+20+24=255 (33% of max value = 765). Red value is 211 (82.81% from 255 or 82.75% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 211 - color contains mainly: red. Hex color #D31418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31418 is #2CEBE7. Grayscale: #4D4D4D. Windows color (decimal): -2943976 or 1578195. OLE color: 1578195.

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

Color convert

RGB2112024-
CMYK00.910.890.17
HSL358.74º82.68%45.29%-
HSV(B)358.74º90.52%82.75%-
XYZ27.2814.422.21-
YUV77.5697.78223.17-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 82.75%
GREEN value IS 20 (8.20% from 255) = 7.84%
BLUE value IS 24 (9.77% from 255) = 9.41%
R=82.75%
G=7.84%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211202400.910.890.17358.7482.6845.29
HexD3141805B5911167532d
Octal323243001331312154712355
Binary110100111010011000010110111011001100011011001111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31418; }

 p { color: rgb(211,20,24); }

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

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

 a { background-color: rgb(211,20,24); }

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

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

 span { border-color: rgb(211,20,24); }

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