Html Css Color HEX #D90E28 Fire Engine Red

📋 copy color: '#D90E28'

red 217 ◦ green 14 ◦ blue 40

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

Shades of Fire Engine Red #D90E28

Tints of Fire Engine Red #D90E28

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.17%

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

R = 80.07%
G = 5.17%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D90E28 (or 0xD90E28) is known color: Fire Engine Red. HEX triplet: D9, 0E and 28. RGB value is (217,14,40). Sum of RGB (Red+Green+Blue) = 217+14+40=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90E28 is #26F1D7. Grayscale: #4D4D4D. Windows color (decimal): -2552280 or 2625241. OLE color: 2625241.

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

Color convert

RGB 217 14 40 -
CMYK 0 0.94 0.82 0.15
HSL 352.32º 0.88% 0.45% -
HSV(B) 352.32º 0.94% 0.85% -
XYZ 29.16 15.22 3.41 -
YUV 77.66 106.75 227.39 -
System Red Green Blue C M Y K H S L
Decimal 217 14 40 0 0.94 0.82 0.15 352.32 0.88 0.45
Hex D9 E 28 0 5E 52 F 160 58 2D
Octal 331 16 50 0 136 122 17 540 130 55
Binary 11011001 1110 101000 0 1011110 1010010 1111 101100000 1011000 101101

Color Harmonies of #D90E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90E28

Black with #D90E28

Text Example


Text Example

White with #D90E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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