Html Css Color HEX #D9181E Fire Engine Red

📋 copy color: '#D9181E'

red 217 ◦ green 24 ◦ blue 30

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

Shades of Fire Engine Red #D9181E

Tints of Fire Engine Red #D9181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.86%

 BLUE value IS 30 (12.11% from 255) = 11.07%

R = 80.07%
G = 8.86%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9181E (or 0xD9181E) is known color: Fire Engine Red. HEX triplet: D9, 18 and 1E. RGB value is (217,24,30). Sum of RGB (Red+Green+Blue) = 217+24+30=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D9181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9181E is #26E7E1. Grayscale: #525252. Windows color (decimal): -2549730 or 1972441. OLE color: 1972441.

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

Color convert

RGB 217 24 30 -
CMYK 0 0.89 0.86 0.15
HSL 358.13º 0.8% 0.47% -
HSV(B) 358.13º 0.89% 0.85% -
XYZ 29.18 15.5 2.68 -
YUV 82.39 98.44 224.01 -
System Red Green Blue C M Y K H S L
Decimal 217 24 30 0 0.89 0.86 0.15 358.13 0.8 0.47
Hex D9 18 1E 0 59 56 F 166 50 2F
Octal 331 30 36 0 131 126 17 546 120 57
Binary 11011001 11000 11110 0 1011001 1010110 1111 101100110 1010000 101111

Color Harmonies of #D9181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9181E

Black with #D9181E

Text Example


Text Example

White with #D9181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9181E; }

 p { color: rgb(217,24,30); }

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

background-color css

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

 a { background-color: rgb(217,24,30); }

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

border-color css

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

 span { border-color: rgb(217,24,30); }

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