#D50F18

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

Shades of Fire Engine Red #D50F18

Tints of Fire Engine Red #D50F18

Color information

#D50F18 (or 0xD50F18) is unknown color: approx Fire Engine Red. HEX triplet: D5, 0F and 18. RGB value is (213,15,24). Sum of RGB (Red+Green+Blue) = 213+15+24=252 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.52% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50F18 is #2AF0E7. Grayscale: #4B4B4B. Windows color (decimal): -2814184 or 1576917. OLE color: 1576917.

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

Color convert

RGB2131524-
CMYK00.930.890.16
HSL357.27º86.84%44.71%-
HSV(B)357.27º92.96%83.53%-
XYZ27.7814.552.21-
YUV75.2399.1226.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 84.52%
GREEN value IS 15 (6.25% from 255) = 5.95%
BLUE value IS 24 (9.77% from 255) = 9.52%
R=84.52%
G=5.95%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213152400.930.890.16357.2786.8444.71
HexD5F1805D5910165572d
Octal325173001351312054512755
Binary11010101111111000010111011011001100001011001011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50F18; }

 p { color: rgb(213,15,24); }

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

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

 a { background-color: rgb(213,15,24); }

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

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

 span { border-color: rgb(213,15,24); }

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