#D82124

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

Shades of Fire Engine Red #D82124

Tints of Fire Engine Red #D82124

Color information

#D82124 (or 0xD82124) is unknown color: approx Fire Engine Red. HEX triplet: D8, 21 and 24. RGB value is (216,33,36). Sum of RGB (Red+Green+Blue) = 216+33+36=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D82124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82124 is #27DEDB. Grayscale: #585858. Windows color (decimal): -2612956 or 2367960. OLE color: 2367960.

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

Color convert

RGB2163336-
CMYK00.850.830.15
HSL359.02º73.49%48.82%-
HSV(B)359.02º84.72%84.71%-
XYZ29.1815.813.18-
YUV88.0698.63219.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 75.79%
GREEN value IS 33 (13.28% from 255) = 11.58%
BLUE value IS 36 (14.45% from 255) = 12.63%
R=75.79%
G=11.58%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216333600.850.830.15359.0273.4948.82
HexD8212405553F1674931
Octal330414401251231754711161
Binary1101100010000110010001010101101001111111011001111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82124; }

 p { color: rgb(216,33,36); }

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

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

 a { background-color: rgb(216,33,36); }

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

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

 span { border-color: rgb(216,33,36); }

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