#D01522

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

Shades of Fire Engine Red #D01522

Tints of Fire Engine Red #D01522

Color information

#D01522 (or 0xD01522) is unknown color: approx Fire Engine Red. HEX triplet: D0, 15 and 22. RGB value is (208,21,34). Sum of RGB (Red+Green+Blue) = 208+21+34=263 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.09% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 208 - color contains mainly: red. Hex color #D01522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01522 is #2FEADD. Grayscale: #4E4E4E. Windows color (decimal): -3140318 or 2233808. OLE color: 2233808.

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

Color convert

RGB2082134-
CMYK00.900.840.18
HSL355.83º81.66%44.9%-
HSV(B)355.83º89.9%81.57%-
XYZ26.5714.062.83-
YUV78.4102.95220.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 79.09%
GREEN value IS 21 (8.59% from 255) = 7.98%
BLUE value IS 34 (13.67% from 255) = 12.93%
R=79.09%
G=7.98%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208213400.900.840.18355.8381.6644.9
HexD0152205A5412164522d
Octal320254201321242254412255
Binary1101000010101100010010110101010100100101011001001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01522; }

 p { color: rgb(208,21,34); }

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

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

 a { background-color: rgb(208,21,34); }

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

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

 span { border-color: rgb(208,21,34); }

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