Html Css Color HEX #D90028 Fire Engine Red

📋 copy color: '#D90028'

red 217 ◦ green 0 ◦ blue 40

#D90028
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #D90028

Tints of Fire Engine Red #D90028

RGB

 RED value IS 217 (85.16% from 255) = 84.44%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 40 (16.02% from 255) = 15.56%

R = 84.44%
G = 0%
B = 15.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D90028 (or 0xD90028) is known color: Fire Engine Red. HEX triplet: D9, 00 and 28. RGB value is (217,0,40). Sum of RGB (Red+Green+Blue) = 217+0+40=257 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.44% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 217 - color contains mainly: red. Hex color #D90028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90028 is #26FFD7. Grayscale: #454545. Windows color (decimal): -2555864 or 2621657. OLE color: 2621657.

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

Color convert

RGB 217 0 40 -
CMYK 0 1 0.82 0.15
HSL 348.94º 1% 0.43% -
HSV(B) 348.94º 1% 0.85% -
XYZ 29 14.9 3.36 -
YUV 69.44 111.39 233.25 -
System Red Green Blue C M Y K H S L
Decimal 217 0 40 0 1 0.82 0.15 348.94 1 0.43
Hex D9 0 28 0 64 52 F 15D 64 2B
Octal 331 0 50 0 144 122 17 535 144 53
Binary 11011001 0 101000 0 1100100 1010010 1111 101011101 1100100 101011

Color Harmonies of #D90028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90028

Black with #D90028

Text Example


Text Example

White with #D90028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90028; }

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

 H1.HeaderClassName
 {
   color: #D90028;
 }
 .AnyTagClassName
 {
   color: #D90028;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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