Html Css Color HEX #D90127 Fire Engine Red

📋 copy color: '#D90127'

red 217 ◦ green 1 ◦ blue 39

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

Shades of Fire Engine Red #D90127

Tints of Fire Engine Red #D90127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 39 (15.63% from 255) = 15.18%

R = 84.44%
G = 0.39%
B = 15.18%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D90127 (or 0xD90127) is known color: Fire Engine Red. HEX triplet: D9, 01 and 27. RGB value is (217,1,39). Sum of RGB (Red+Green+Blue) = 217+1+39=257 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.44% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 217 - color contains mainly: red. Hex color #D90127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90127 is #26FED8. Grayscale: #454545. Windows color (decimal): -2555609 or 2556377. OLE color: 2556377.

HSL color Cylindrical-coordinate representation of color #D90127: hue angle of 349.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90127 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 1 39 -
CMYK 0 1.00 0.82 0.15
HSL 349.44º 0.99% 0.43% -
HSV(B) 349.44º 1% 0.85% -
XYZ 28.99 14.92 3.27 -
YUV 69.92 110.56 232.91 -
System Red Green Blue C M Y K H S L
Decimal 217 1 39 0 1.00 0.82 0.15 349.44 0.99 0.43
Hex D9 1 27 0 64 52 F 15D 63 2B
Octal 331 1 47 0 144 122 17 535 143 53
Binary 11011001 1 100111 0 1100100 1010010 1111 101011101 1100011 101011

Color Harmonies of #D90127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90127

Black with #D90127

Text Example


Text Example

White with #D90127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90127; }

 p { color: rgb(217,1,39); }

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

background-color css

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

 a { background-color: rgb(217,1,39); }

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

border-color css

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

 span { border-color: rgb(217,1,39); }

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