Html Css Color HEX #D91321 Fire Engine Red

📋 copy color: '#D91321'

red 217 ◦ green 19 ◦ blue 33

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

Shades of Fire Engine Red #D91321

Tints of Fire Engine Red #D91321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

 BLUE value IS 33 (13.28% from 255) = 12.27%

R = 80.67%
G = 7.06%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D91321 (or 0xD91321) is known color: Fire Engine Red. HEX triplet: D9, 13 and 21. RGB value is (217,19,33). Sum of RGB (Red+Green+Blue) = 217+19+33=269 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.67% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 217 - color contains mainly: red. Hex color #D91321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91321 is #26ECDE. Grayscale: #4F4F4F. Windows color (decimal): -2551007 or 2167769. OLE color: 2167769.

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

Color convert

RGB 217 19 33 -
CMYK 0 0.91 0.85 0.15
HSL 355.76º 0.84% 0.46% -
HSV(B) 355.76º 0.91% 0.85% -
XYZ 29.12 15.33 2.86 -
YUV 79.8 101.6 225.86 -
System Red Green Blue C M Y K H S L
Decimal 217 19 33 0 0.91 0.85 0.15 355.76 0.84 0.46
Hex D9 13 21 0 5B 55 F 164 54 2E
Octal 331 23 41 0 133 125 17 544 124 56
Binary 11011001 10011 100001 0 1011011 1010101 1111 101100100 1010100 101110

Color Harmonies of #D91321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91321

Black with #D91321

Text Example


Text Example

White with #D91321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91321; }

 p { color: rgb(217,19,33); }

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

background-color css

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

 a { background-color: rgb(217,19,33); }

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

border-color css

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

 span { border-color: rgb(217,19,33); }

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