Html Css Color HEX #D90720 Fire Engine Red

📋 copy color: '#D90720'

red 217 ◦ green 7 ◦ blue 32

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

Shades of Fire Engine Red #D90720

Tints of Fire Engine Red #D90720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 84.77%
G = 2.73%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D90720 (or 0xD90720) is known color: Fire Engine Red. HEX triplet: D9, 07 and 20. RGB value is (217,7,32). Sum of RGB (Red+Green+Blue) = 217+7+32=256 (33% of max value = 765). Red value is 217 (85.16% from 255 or 84.77% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 217 - color contains mainly: red. Hex color #D90720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90720 is #26F8DF. Grayscale: #484848. Windows color (decimal): -2554080 or 2099161. OLE color: 2099161.

HSL color Cylindrical-coordinate representation of color #D90720: hue angle of 352.86º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90720 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 7 32 -
CMYK 0 0.97 0.85 0.15
HSL 352.86º 0.94% 0.44% -
HSV(B) 352.86º 0.97% 0.85% -
XYZ 28.95 15.01 2.74 -
YUV 72.64 105.07 230.97 -
System Red Green Blue C M Y K H S L
Decimal 217 7 32 0 0.97 0.85 0.15 352.86 0.94 0.44
Hex D9 7 20 0 61 55 F 161 5E 2C
Octal 331 7 40 0 141 125 17 541 136 54
Binary 11011001 111 100000 0 1100001 1010101 1111 101100001 1011110 101100

Color Harmonies of #D90720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90720

Black with #D90720

Text Example


Text Example

White with #D90720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90720; }

 p { color: rgb(217,7,32); }

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

background-color css

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

 a { background-color: rgb(217,7,32); }

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

border-color css

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

 span { border-color: rgb(217,7,32); }

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