Html Css Color HEX #D91324 Fire Engine Red

📋 copy color: '#D91324'

red 217 ◦ green 19 ◦ blue 36

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

Shades of Fire Engine Red #D91324

Tints of Fire Engine Red #D91324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.24%

R = 79.78%
G = 6.99%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D91324 (or 0xD91324) is known color: Fire Engine Red. HEX triplet: D9, 13 and 24. RGB value is (217,19,36). Sum of RGB (Red+Green+Blue) = 217+19+36=272 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.78% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 217 - color contains mainly: red. Hex color #D91324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91324 is #26ECDB. Grayscale: #505050. Windows color (decimal): -2551004 or 2364377. OLE color: 2364377.

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

Color convert

RGB 217 19 36 -
CMYK 0 0.91 0.83 0.15
HSL 354.85º 0.84% 0.46% -
HSV(B) 354.85º 0.91% 0.85% -
XYZ 29.17 15.34 3.09 -
YUV 80.14 103.1 225.62 -
System Red Green Blue C M Y K H S L
Decimal 217 19 36 0 0.91 0.83 0.15 354.85 0.84 0.46
Hex D9 13 24 0 5B 53 F 163 54 2E
Octal 331 23 44 0 133 123 17 543 124 56
Binary 11011001 10011 100100 0 1011011 1010011 1111 101100011 1010100 101110

Color Harmonies of #D91324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91324

Black with #D91324

Text Example


Text Example

White with #D91324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91324; }

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

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

background-color css

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

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

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

border-color css

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

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

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