#D82126

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

Shades of Fire Engine Red #D82126

Tints of Fire Engine Red #D82126

Color information

#D82126 (or 0xD82126) is unknown color: approx Fire Engine Red. HEX triplet: D8, 21 and 26. RGB value is (216,33,38). Sum of RGB (Red+Green+Blue) = 216+33+38=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D82126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82126 is #27DED9. Grayscale: #585858. Windows color (decimal): -2612954 or 2499032. OLE color: 2499032.

HSL color Cylindrical-coordinate representation of color #D82126: hue angle of 358.36º 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 #D82126 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB2163338-
CMYK00.850.820.15
HSL358.36º73.49%48.82%-
HSV(B)358.36º84.72%84.71%-
XYZ29.2115.833.35-
YUV88.2999.63219.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 75.26%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 38 (15.23% from 255) = 13.24%
R=75.26%
G=11.50%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216333800.850.820.15358.3673.4948.82
HexD8212605552F1664931
Octal330414601251221754611161
Binary1101100010000110011001010101101001011111011001101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82126; }

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

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

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

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

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

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

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

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