Html Css Color HEX #D90E25 Fire Engine Red

📋 copy color: '#D90E25'

red 217 ◦ green 14 ◦ blue 37

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

Shades of Fire Engine Red #D90E25

Tints of Fire Engine Red #D90E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.81%

R = 80.97%
G = 5.22%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D90E25 (or 0xD90E25) is known color: Fire Engine Red. HEX triplet: D9, 0E and 25. RGB value is (217,14,37). Sum of RGB (Red+Green+Blue) = 217+14+37=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90E25 is #26F1DA. Grayscale: #4D4D4D. Windows color (decimal): -2552283 or 2428633. OLE color: 2428633.

HSL color Cylindrical-coordinate representation of color #D90E25: hue angle of 353.2º 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 #D90E25 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 14 37 -
CMYK 0 0.94 0.83 0.15
HSL 353.2º 0.88% 0.45% -
HSV(B) 353.2º 0.94% 0.85% -
XYZ 29.11 15.2 3.15 -
YUV 77.32 105.25 227.63 -
System Red Green Blue C M Y K H S L
Decimal 217 14 37 0 0.94 0.83 0.15 353.2 0.88 0.45
Hex D9 E 25 0 5E 53 F 161 58 2D
Octal 331 16 45 0 136 123 17 541 130 55
Binary 11011001 1110 100101 0 1011110 1010011 1111 101100001 1011000 101101

Color Harmonies of #D90E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90E25

Black with #D90E25

Text Example


Text Example

White with #D90E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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