#D90128

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

Shades of Fire Engine Red #D90128

Tints of Fire Engine Red #D90128

Color information

#D90128 (or 0xD90128) is unknown color: approx Fire Engine Red. HEX triplet: D9, 01 and 28. RGB value is (217,1,40). Sum of RGB (Red+Green+Blue) = 217+1+40=258 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.11% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 217 - color contains mainly: red. Hex color #D90128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90128 is #26FED7. Grayscale: #464646. Windows color (decimal): -2555608 or 2621913. OLE color: 2621913.

HSL color Cylindrical-coordinate representation of color #D90128: hue angle of 349.17º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90128 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB217140-
CMYK01.000.820.15
HSL349.17º99.08%42.75%-
HSV(B)349.17º99.54%85.1%-
XYZ29.0114.933.36-
YUV70.03111.06232.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 84.11%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 40 (16.02% from 255) = 15.50%
R=84.11%
G=0.39%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714001.000.820.15349.1799.0842.75
HexD912806452F15d632b
Octal33115001441221753514353
Binary11011001110100001100100101001011111010111011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90128; }

 p { color: rgb(217,1,40); }

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

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

 a { background-color: rgb(217,1,40); }

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

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

 span { border-color: rgb(217,1,40); }

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