Html Css Color HEX #D9181D Fire Engine Red

📋 copy color: '#D9181D'

red 217 ◦ green 24 ◦ blue 29

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

Shades of Fire Engine Red #D9181D

Tints of Fire Engine Red #D9181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.74%

R = 80.37%
G = 8.89%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9181D (or 0xD9181D) is known color: Fire Engine Red. HEX triplet: D9, 18 and 1D. RGB value is (217,24,29). Sum of RGB (Red+Green+Blue) = 217+24+29=270 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.37% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 217 - color contains mainly: red. Hex color #D9181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9181D is #26E7E2. Grayscale: #525252. Windows color (decimal): -2549731 or 1906905. OLE color: 1906905.

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

Color convert

RGB 217 24 29 -
CMYK 0 0.89 0.87 0.15
HSL 358.45º 0.8% 0.47% -
HSV(B) 358.45º 0.89% 0.85% -
XYZ 29.16 15.49 2.62 -
YUV 82.28 97.94 224.09 -
System Red Green Blue C M Y K H S L
Decimal 217 24 29 0 0.89 0.87 0.15 358.45 0.8 0.47
Hex D9 18 1D 0 59 57 F 166 50 2F
Octal 331 30 35 0 131 127 17 546 120 57
Binary 11011001 11000 11101 0 1011001 1010111 1111 101100110 1010000 101111

Color Harmonies of #D9181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9181D

Black with #D9181D

Text Example


Text Example

White with #D9181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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