Html Css Color HEX #D90E14 Fire Engine Red

📋 copy color: '#D90E14'

red 217 ◦ green 14 ◦ blue 20

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

Shades of Fire Engine Red #D90E14

Tints of Fire Engine Red #D90E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.97%

R = 86.45%
G = 5.58%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D90E14 (or 0xD90E14) is known color: Fire Engine Red. HEX triplet: D9, 0E and 14. RGB value is (217,14,20). Sum of RGB (Red+Green+Blue) = 217+14+20=251 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.45% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90E14 is #26F1EB. Grayscale: #4B4B4B. Windows color (decimal): -2552300 or 1314521. OLE color: 1314521.

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

Color convert

RGB 217 14 20 -
CMYK 0 0.94 0.91 0.15
HSL 358.23º 0.88% 0.45% -
HSV(B) 358.23º 0.94% 0.85% -
XYZ 28.9 15.12 2.06 -
YUV 75.38 96.75 229.01 -
System Red Green Blue C M Y K H S L
Decimal 217 14 20 0 0.94 0.91 0.15 358.23 0.88 0.45
Hex D9 E 14 0 5E 5B F 166 58 2D
Octal 331 16 24 0 136 133 17 546 130 55
Binary 11011001 1110 10100 0 1011110 1011011 1111 101100110 1011000 101101

Color Harmonies of #D90E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90E14

Black with #D90E14

Text Example


Text Example

White with #D90E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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