Html Css Color HEX #D91423 Fire Engine Red

📋 copy color: '#D91423'

red 217 ◦ green 20 ◦ blue 35

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

Shades of Fire Engine Red #D91423

Tints of Fire Engine Red #D91423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

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

R = 79.78%
G = 7.35%
B = 12.87%

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

#D91423 (or 0xD91423) is known color: Fire Engine Red. HEX triplet: D9, 14 and 23. RGB value is (217,20,35). Sum of RGB (Red+Green+Blue) = 217+20+35=272 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.78% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 217 - color contains mainly: red. Hex color #D91423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91423 is #26EBDC. Grayscale: #505050. Windows color (decimal): -2550749 or 2299097. OLE color: 2299097.

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

Color convert

RGB 217 20 35 -
CMYK 0 0.91 0.84 0.15
HSL 355.43º 0.83% 0.46% -
HSV(B) 355.43º 0.91% 0.85% -
XYZ 29.17 15.37 3.02 -
YUV 80.61 102.27 225.28 -
System Red Green Blue C M Y K H S L
Decimal 217 20 35 0 0.91 0.84 0.15 355.43 0.83 0.46
Hex D9 14 23 0 5B 54 F 163 53 2E
Octal 331 24 43 0 133 124 17 543 123 56
Binary 11011001 10100 100011 0 1011011 1010100 1111 101100011 1010011 101110

Color Harmonies of #D91423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91423

Black with #D91423

Text Example


Text Example

White with #D91423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91423; }

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

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

background-color css

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

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

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

border-color css

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

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

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