Html Css Color HEX #D90126 Fire Engine Red

📋 copy color: '#D90126'

red 217 ◦ green 1 ◦ blue 38

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

Shades of Fire Engine Red #D90126

Tints of Fire Engine Red #D90126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.84%

R = 84.77%
G = 0.39%
B = 14.84%

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

#D90126 (or 0xD90126) is known color: Fire Engine Red. HEX triplet: D9, 01 and 26. RGB value is (217,1,38). Sum of RGB (Red+Green+Blue) = 217+1+38=256 (33% of max value = 765). Red value is 217 (85.16% from 255 or 84.77% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 217 - color contains mainly: red. Hex color #D90126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90126 is #26FED9. Grayscale: #454545. Windows color (decimal): -2555610 or 2490841. OLE color: 2490841.

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

Color convert

RGB 217 1 38 -
CMYK 0 1.00 0.82 0.15
HSL 349.72º 0.99% 0.43% -
HSV(B) 349.72º 1% 0.85% -
XYZ 28.98 14.91 3.19 -
YUV 69.8 110.06 232.99 -
System Red Green Blue C M Y K H S L
Decimal 217 1 38 0 1.00 0.82 0.15 349.72 0.99 0.43
Hex D9 1 26 0 64 52 F 15E 63 2B
Octal 331 1 46 0 144 122 17 536 143 53
Binary 11011001 1 100110 0 1100100 1010010 1111 101011110 1100011 101011

Color Harmonies of #D90126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90126

Black with #D90126

Text Example


Text Example

White with #D90126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90126; }

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

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

background-color css

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

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

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

border-color css

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

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

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