#D5181F

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

Shades of Fire Engine Red #D5181F

Tints of Fire Engine Red #D5181F

Color information

#D5181F (or 0xD5181F) is unknown color: approx Fire Engine Red. HEX triplet: D5, 18 and 1F. RGB value is (213,24,31). Sum of RGB (Red+Green+Blue) = 213+24+31=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D5181F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5181F is #2AE7E0. Grayscale: #515151. Windows color (decimal): -2811873 or 2037973. OLE color: 2037973.

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

Color convert

RGB2132431-
CMYK00.890.850.16
HSL357.78º79.75%46.47%-
HSV(B)357.78º88.73%83.53%-
XYZ28.0114.92.7-
YUV81.3199.62221.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 79.48%
GREEN value IS 24 (9.77% from 255) = 8.96%
BLUE value IS 31 (12.5% from 255) = 11.57%
R=79.48%
G=8.96%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213243100.890.850.16357.7879.7546.47
HexD5181F0595510166502e
Octal325303701311252054612056
Binary110101011100011111010110011010101100001011001101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5181F; }

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

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

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

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

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

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

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

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