Html Css Color HEX #D91323 Fire Engine Red

📋 copy color: '#D91323'

red 217 ◦ green 19 ◦ blue 35

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

Shades of Fire Engine Red #D91323

Tints of Fire Engine Red #D91323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.92%

R = 80.07%
G = 7.01%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D91323 (or 0xD91323) is known color: Fire Engine Red. HEX triplet: D9, 13 and 23. RGB value is (217,19,35). Sum of RGB (Red+Green+Blue) = 217+19+35=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D91323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91323 is #26ECDC. Grayscale: #505050. Windows color (decimal): -2551005 or 2298841. OLE color: 2298841.

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

Color convert

RGB 217 19 35 -
CMYK 0 0.91 0.84 0.15
HSL 355.15º 0.84% 0.46% -
HSV(B) 355.15º 0.91% 0.85% -
XYZ 29.15 15.34 3.01 -
YUV 80.03 102.6 225.7 -
System Red Green Blue C M Y K H S L
Decimal 217 19 35 0 0.91 0.84 0.15 355.15 0.84 0.46
Hex D9 13 23 0 5B 54 F 163 54 2E
Octal 331 23 43 0 133 124 17 543 124 56
Binary 11011001 10011 100011 0 1011011 1010100 1111 101100011 1010100 101110

Color Harmonies of #D91323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91323

Black with #D91323

Text Example


Text Example

White with #D91323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91323; }

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

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

background-color css

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

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

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

border-color css

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

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

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