#D90325

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

Shades of Fire Engine Red #D90325

Tints of Fire Engine Red #D90325

Color information

#D90325 (or 0xD90325) is unknown color: approx Fire Engine Red. HEX triplet: D9, 03 and 25. RGB value is (217,3,37). Sum of RGB (Red+Green+Blue) = 217+3+37=257 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.44% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 217 - color contains mainly: red. Hex color #D90325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90325 is #26FCDA. Grayscale: #464646. Windows color (decimal): -2555099 or 2425817. OLE color: 2425817.

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

Color convert

RGB217337-
CMYK00.990.830.15
HSL350.47º97.27%43.14%-
HSV(B)350.47º98.62%85.1%-
XYZ28.9814.953.11-
YUV70.86108.9232.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 84.44%
GREEN value IS 3 (1.56% from 255) = 1.17%
BLUE value IS 37 (14.84% from 255) = 14.40%
R=84.44%
G=1.17%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21733700.990.830.15350.4797.2743.14
HexD932506353F15e612b
Octal33134501431231753614153
Binary110110011110010101100011101001111111010111101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90325; }

 p { color: rgb(217,3,37); }

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

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

 a { background-color: rgb(217,3,37); }

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

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

 span { border-color: rgb(217,3,37); }

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