#D81622

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

Shades of Fire Engine Red #D81622

Tints of Fire Engine Red #D81622

Color information

#D81622 (or 0xD81622) is unknown color: approx Fire Engine Red. HEX triplet: D8, 16 and 22. RGB value is (216,22,34). Sum of RGB (Red+Green+Blue) = 216+22+34=272 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.41% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 216 - color contains mainly: red. Hex color #D81622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81622 is #27E9DD. Grayscale: #515151. Windows color (decimal): -2615774 or 2234072. OLE color: 2234072.

HSL color Cylindrical-coordinate representation of color #D81622: hue angle of 356.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81622 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB2162234-
CMYK00.900.840.15
HSL356.29º81.51%46.67%-
HSV(B)356.29º89.81%84.71%-
XYZ28.8915.292.94-
YUV81.37101.27224.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 79.41%
GREEN value IS 22 (8.98% from 255) = 8.09%
BLUE value IS 34 (13.67% from 255) = 12.5%
R=79.41%
G=8.09%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216223400.900.840.15356.2981.5146.67
HexD8162205A54F164522f
Octal330264201321241754412257
Binary110110001011010001001011010101010011111011001001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81622; }

 p { color: rgb(216,22,34); }

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

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

 a { background-color: rgb(216,22,34); }

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

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

 span { border-color: rgb(216,22,34); }

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