Html Css Color HEX #D9181A Fire Engine Red

📋 copy color: '#D9181A'

red 217 ◦ green 24 ◦ blue 26

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

Shades of Fire Engine Red #D9181A

Tints of Fire Engine Red #D9181A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.74%

R = 81.27%
G = 8.99%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9181A (or 0xD9181A) is known color: Fire Engine Red. HEX triplet: D9, 18 and 1A. RGB value is (217,24,26). Sum of RGB (Red+Green+Blue) = 217+24+26=267 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.27% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 217 - color contains mainly: red. Hex color #D9181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9181A is #26E7E5. Grayscale: #525252. Windows color (decimal): -2549734 or 1710297. OLE color: 1710297.

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

Color convert

RGB 217 24 26 -
CMYK 0 0.89 0.88 0.15
HSL 359.38º 0.8% 0.47% -
HSV(B) 359.38º 0.89% 0.85% -
XYZ 29.13 15.48 2.43 -
YUV 81.94 96.44 224.34 -
System Red Green Blue C M Y K H S L
Decimal 217 24 26 0 0.89 0.88 0.15 359.38 0.8 0.47
Hex D9 18 1A 0 59 58 F 167 50 2F
Octal 331 30 32 0 131 130 17 547 120 57
Binary 11011001 11000 11010 0 1011001 1011000 1111 101100111 1010000 101111

Color Harmonies of #D9181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9181A

Black with #D9181A

Text Example


Text Example

White with #D9181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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