Html Css Color HEX #D9181B Fire Engine Red

📋 copy color: '#D9181B'

red 217 ◦ green 24 ◦ blue 27

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

Shades of Fire Engine Red #D9181B

Tints of Fire Engine Red #D9181B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.07%

R = 80.97%
G = 8.96%
B = 10.07%

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

#D9181B (or 0xD9181B) is known color: Fire Engine Red. HEX triplet: D9, 18 and 1B. RGB value is (217,24,27). Sum of RGB (Red+Green+Blue) = 217+24+27=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D9181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9181B is #26E7E4. Grayscale: #525252. Windows color (decimal): -2549733 or 1775833. OLE color: 1775833.

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

Color convert

RGB 217 24 27 -
CMYK 0 0.89 0.88 0.15
HSL 359.07º 0.8% 0.47% -
HSV(B) 359.07º 0.89% 0.85% -
XYZ 29.14 15.48 2.49 -
YUV 82.05 96.94 224.26 -
System Red Green Blue C M Y K H S L
Decimal 217 24 27 0 0.89 0.88 0.15 359.07 0.8 0.47
Hex D9 18 1B 0 59 58 F 167 50 2F
Octal 331 30 33 0 131 130 17 547 120 57
Binary 11011001 11000 11011 0 1011001 1011000 1111 101100111 1010000 101111

Color Harmonies of #D9181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9181B

Black with #D9181B

Text Example


Text Example

White with #D9181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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