#D82127

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

Shades of Fire Engine Red #D82127

Tints of Fire Engine Red #D82127

Color information

#D82127 (or 0xD82127) is unknown color: approx Fire Engine Red. HEX triplet: D8, 21 and 27. RGB value is (216,33,39). Sum of RGB (Red+Green+Blue) = 216+33+39=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D82127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82127 is #27DED8. Grayscale: #585858. Windows color (decimal): -2612953 or 2564568. OLE color: 2564568.

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

Color convert

RGB2163339-
CMYK00.850.820.15
HSL358.03º73.49%48.82%-
HSV(B)358.03º84.72%84.71%-
XYZ29.2315.833.44-
YUV88.4100.13219.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 75%
GREEN value IS 33 (13.28% from 255) = 11.46%
BLUE value IS 39 (15.62% from 255) = 13.54%
R=75%
G=11.46%
B=13.54%

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
Decimal216333900.850.820.15358.0373.4948.82
HexD8212705552F1664931
Octal330414701251221754611161
Binary1101100010000110011101010101101001011111011001101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82127; }

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

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

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

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

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

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

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

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