Html Css Color HEX #D8181B Fire Engine Red

📋 copy color: '#D8181B'

red 216 ◦ green 24 ◦ blue 27

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

Shades of Fire Engine Red #D8181B

Tints of Fire Engine Red #D8181B

RGB

 RED value IS 216 (84.77% from 255) = 80.9%

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

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

R = 80.9%
G = 8.99%
B = 10.11%

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

#D8181B (or 0xD8181B) is known color: Fire Engine Red. HEX triplet: D8, 18 and 1B. RGB value is (216,24,27). Sum of RGB (Red+Green+Blue) = 216+24+27=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D8181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8181B is #27E7E4. Grayscale: #515151. Windows color (decimal): -2615269 or 1775832. OLE color: 1775832.

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

Color convert

RGB 216 24 27 -
CMYK 0 0.89 0.88 0.15
HSL 359.06º 0.8% 0.47% -
HSV(B) 359.06º 0.89% 0.85% -
XYZ 28.84 15.33 2.48 -
YUV 81.75 97.11 223.76 -
System Red Green Blue C M Y K H S L
Decimal 216 24 27 0 0.89 0.88 0.15 359.06 0.8 0.47
Hex D8 18 1B 0 59 58 F 167 50 2F
Octal 330 30 33 0 131 130 17 547 120 57
Binary 11011000 11000 11011 0 1011001 1011000 1111 101100111 1010000 101111

Color Harmonies of #D8181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8181B

Black with #D8181B

Text Example


Text Example

White with #D8181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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