#D5181D

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

Shades of Fire Engine Red #D5181D

Tints of Fire Engine Red #D5181D

Color information

#D5181D (or 0xD5181D) is unknown color: approx Fire Engine Red. HEX triplet: D5, 18 and 1D. RGB value is (213,24,29). Sum of RGB (Red+Green+Blue) = 213+24+29=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D5181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5181D is #2AE7E2. Grayscale: #515151. Windows color (decimal): -2811875 or 1906901. OLE color: 1906901.

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

Color convert

RGB2132429-
CMYK00.890.860.16
HSL358.41º79.75%46.47%-
HSV(B)358.41º88.73%83.53%-
XYZ27.9914.892.56-
YUV81.0898.62222.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 80.08%
GREEN value IS 24 (9.77% from 255) = 9.02%
BLUE value IS 29 (11.72% from 255) = 10.90%
R=80.08%
G=9.02%
B=10.90%

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
Decimal213242900.890.860.16358.4179.7546.47
HexD5181D0595610166502e
Octal325303501311262054612056
Binary110101011100011101010110011010110100001011001101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5181D; }

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

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

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

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

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

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

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

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