#d81d20

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

Shades of Fire Engine Red #D81D20

Tints of Fire Engine Red #D81D20

Color information

#D81D20 (or 0xD81D20) is unknown color: approx Fire Engine Red. HEX triplet: D8, 1D and 20. RGB value is (216,29,32). Sum of RGB (Red+Green+Blue) = 216+29+32=277 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.98% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D20 is #27E2DF. Grayscale: #555555. Windows color (decimal): -2613984 or 2104792. OLE color: 2104792.

HSL color Cylindrical-coordinate representation of color #D81D20: hue angle of 359.04º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81D20 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB2162932-
CMYK00.870.850.15
HSL359.04º76.33%48.04%-
HSV(B)359.04º86.57%84.71%-
XYZ29.0215.582.84-
YUV85.2697.95221.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 77.98%
GREEN value IS 29 (11.72% from 255) = 10.47%
BLUE value IS 32 (12.89% from 255) = 11.55%
R=77.98%
G=10.47%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216293200.870.850.15359.0476.3348.04
HexD81D2005755F1674c30
Octal330354001271251754711460
Binary110110001110110000001010111101010111111011001111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d81d20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d81d20; }

 p { color: rgb(216,29,32); }

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

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

 a { background-color: rgb(216,29,32); }

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

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

 span { border-color: rgb(216,29,32); }

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