#D82425

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

Shades of Fire Engine Red #D82425

Tints of Fire Engine Red #D82425

Color information

#D82425 (or 0xD82425) is unknown color: approx Fire Engine Red. HEX triplet: D8, 24 and 25. RGB value is (216,36,37). Sum of RGB (Red+Green+Blue) = 216+36+37=289 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.74% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 216 - color contains mainly: red. Hex color #D82425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82425 is #27DBDA. Grayscale: #5A5A5A. Windows color (decimal): -2612187 or 2434264. OLE color: 2434264.

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

Color convert

RGB2163637-
CMYK00.830.830.15
HSL359.67º71.43%49.41%-
HSV(B)359.67º83.33%84.71%-
XYZ29.2815.993.29-
YUV89.9398.13217.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 74.74%
GREEN value IS 36 (14.45% from 255) = 12.46%
BLUE value IS 37 (14.84% from 255) = 12.80%
R=74.74%
G=12.46%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216363700.830.830.15359.6771.4349.41
HexD8242505353F1684731
Octal330444501231231755010761
Binary1101100010010010010101010011101001111111011010001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82425; }

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

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

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

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

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

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

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

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