Html Css Color HEX #D90B1E Fire Engine Red

📋 copy color: '#D90B1E'

red 217 ◦ green 11 ◦ blue 30

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

Shades of Fire Engine Red #D90B1E

Tints of Fire Engine Red #D90B1E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.26%

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 84.11%
G = 4.26%
B = 11.63%

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

#D90B1E (or 0xD90B1E) is known color: Fire Engine Red. HEX triplet: D9, 0B and 1E. RGB value is (217,11,30). Sum of RGB (Red+Green+Blue) = 217+11+30=258 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.11% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90B1E is #26F4E1. Grayscale: #4A4A4A. Windows color (decimal): -2553058 or 1969113. OLE color: 1969113.

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

Color convert

RGB 217 11 30 -
CMYK 0 0.95 0.86 0.15
HSL 354.47º 0.9% 0.45% -
HSV(B) 354.47º 0.95% 0.85% -
XYZ 28.97 15.08 2.61 -
YUV 74.76 102.75 229.46 -
System Red Green Blue C M Y K H S L
Decimal 217 11 30 0 0.95 0.86 0.15 354.47 0.9 0.45
Hex D9 B 1E 0 5F 56 F 162 5A 2D
Octal 331 13 36 0 137 126 17 542 132 55
Binary 11011001 1011 11110 0 1011111 1010110 1111 101100010 1011010 101101

Color Harmonies of #D90B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90B1E

Black with #D90B1E

Text Example


Text Example

White with #D90B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90B1E; }

 p { color: rgb(217,11,30); }

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

background-color css

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

 a { background-color: rgb(217,11,30); }

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

border-color css

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

 span { border-color: rgb(217,11,30); }

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