Html Css Color HEX #D90A1B Fire Engine Red

📋 copy color: '#D90A1B'

red 217 ◦ green 10 ◦ blue 27

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

Shades of Fire Engine Red #D90A1B

Tints of Fire Engine Red #D90A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 85.43%
G = 3.94%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D90A1B (or 0xD90A1B) is known color: Fire Engine Red. HEX triplet: D9, 0A and 1B. RGB value is (217,10,27). Sum of RGB (Red+Green+Blue) = 217+10+27=254 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.43% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90A1B is #26F5E4. Grayscale: #494949. Windows color (decimal): -2553317 or 1772249. OLE color: 1772249.

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

Color convert

RGB 217 10 27 -
CMYK 0 0.95 0.88 0.15
HSL 355.07º 0.91% 0.45% -
HSV(B) 355.07º 0.95% 0.85% -
XYZ 28.92 15.05 2.42 -
YUV 73.83 101.58 230.12 -
System Red Green Blue C M Y K H S L
Decimal 217 10 27 0 0.95 0.88 0.15 355.07 0.91 0.45
Hex D9 A 1B 0 5F 58 F 163 5B 2D
Octal 331 12 33 0 137 130 17 543 133 55
Binary 11011001 1010 11011 0 1011111 1011000 1111 101100011 1011011 101101

Color Harmonies of #D90A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90A1B

Black with #D90A1B

Text Example


Text Example

White with #D90A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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