Html Css Color HEX #D90E1F Fire Engine Red

📋 copy color: '#D90E1F'

red 217 ◦ green 14 ◦ blue 31

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

Shades of Fire Engine Red #D90E1F

Tints of Fire Engine Red #D90E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.83%

R = 82.82%
G = 5.34%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D90E1F (or 0xD90E1F) is known color: Fire Engine Red. HEX triplet: D9, 0E and 1F. RGB value is (217,14,31). Sum of RGB (Red+Green+Blue) = 217+14+31=262 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.82% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90E1F is #26F1E0. Grayscale: #4C4C4C. Windows color (decimal): -2552289 or 2035417. OLE color: 2035417.

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

Color convert

RGB 217 14 31 -
CMYK 0 0.94 0.86 0.15
HSL 354.98º 0.88% 0.45% -
HSV(B) 354.98º 0.94% 0.85% -
XYZ 29.02 15.16 2.69 -
YUV 76.64 102.25 228.12 -
System Red Green Blue C M Y K H S L
Decimal 217 14 31 0 0.94 0.86 0.15 354.98 0.88 0.45
Hex D9 E 1F 0 5E 56 F 163 58 2D
Octal 331 16 37 0 136 126 17 543 130 55
Binary 11011001 1110 11111 0 1011110 1010110 1111 101100011 1011000 101101

Color Harmonies of #D90E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90E1F

Black with #D90E1F

Text Example


Text Example

White with #D90E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90E1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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