#D5181E

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

Shades of Fire Engine Red #D5181E

Tints of Fire Engine Red #D5181E

Color information

#D5181E (or 0xD5181E) is unknown color: approx Fire Engine Red. HEX triplet: D5, 18 and 1E. RGB value is (213,24,30). Sum of RGB (Red+Green+Blue) = 213+24+30=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D5181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5181E is #2AE7E1. Grayscale: #515151. Windows color (decimal): -2811874 or 1972437. OLE color: 1972437.

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

Color convert

RGB2132430-
CMYK00.890.860.16
HSL358.1º79.75%46.47%-
HSV(B)358.1º88.73%83.53%-
XYZ2814.892.63-
YUV81.1999.12222.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 79.78%
GREEN value IS 24 (9.77% from 255) = 8.99%
BLUE value IS 30 (12.11% from 255) = 11.24%
R=79.78%
G=8.99%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213243000.890.860.16358.179.7546.47
HexD5181E0595610166502e
Octal325303601311262054612056
Binary110101011100011110010110011010110100001011001101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5181E; }

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

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

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

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

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

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

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

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