Html Css Color HEX #D90A1F Fire Engine Red

📋 copy color: '#D90A1F'

red 217 ◦ green 10 ◦ blue 31

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

Shades of Fire Engine Red #D90A1F

Tints of Fire Engine Red #D90A1F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.88%

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

R = 84.11%
G = 3.88%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D90A1F (or 0xD90A1F) is known color: Fire Engine Red. HEX triplet: D9, 0A and 1F. RGB value is (217,10,31). Sum of RGB (Red+Green+Blue) = 217+10+31=258 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.11% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90A1F is #26F5E0. Grayscale: #4A4A4A. Windows color (decimal): -2553313 or 2034393. OLE color: 2034393.

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

Color convert

RGB 217 10 31 -
CMYK 0 0.95 0.86 0.15
HSL 353.91º 0.91% 0.45% -
HSV(B) 353.91º 0.95% 0.85% -
XYZ 28.97 15.07 2.68 -
YUV 74.29 103.58 229.79 -
System Red Green Blue C M Y K H S L
Decimal 217 10 31 0 0.95 0.86 0.15 353.91 0.91 0.45
Hex D9 A 1F 0 5F 56 F 162 5B 2D
Octal 331 12 37 0 137 126 17 542 133 55
Binary 11011001 1010 11111 0 1011111 1010110 1111 101100010 1011011 101101

Color Harmonies of #D90A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90A1F

Black with #D90A1F

Text Example


Text Example

White with #D90A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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