Html Css Color HEX #D91920 Fire Engine Red

📋 copy color: '#D91920'

red 217 ◦ green 25 ◦ blue 32

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

Shades of Fire Engine Red #D91920

Tints of Fire Engine Red #D91920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

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

R = 79.2%
G = 9.12%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D91920 (or 0xD91920) is known color: Fire Engine Red. HEX triplet: D9, 19 and 20. RGB value is (217,25,32). Sum of RGB (Red+Green+Blue) = 217+25+32=274 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.20% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 217 - color contains mainly: red. Hex color #D91920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91920 is #26E6DF. Grayscale: #535353. Windows color (decimal): -2549472 or 2103769. OLE color: 2103769.

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

Color convert

RGB 217 25 32 -
CMYK 0 0.88 0.85 0.15
HSL 357.81º 0.79% 0.47% -
HSV(B) 357.81º 0.88% 0.85% -
XYZ 29.22 15.55 2.83 -
YUV 83.21 99.11 223.43 -
System Red Green Blue C M Y K H S L
Decimal 217 25 32 0 0.88 0.85 0.15 357.81 0.79 0.47
Hex D9 19 20 0 58 55 F 166 4F 2F
Octal 331 31 40 0 130 125 17 546 117 57
Binary 11011001 11001 100000 0 1011000 1010101 1111 101100110 1001111 101111

Color Harmonies of #D91920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91920

Black with #D91920

Text Example


Text Example

White with #D91920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91920; }

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

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

background-color css

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

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

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

border-color css

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

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

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