Html Css Color HEX #D8181D Fire Engine Red

📋 copy color: '#D8181D'

red 216 ◦ green 24 ◦ blue 29

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

Shades of Fire Engine Red #D8181D

Tints of Fire Engine Red #D8181D

RGB

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

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

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

R = 80.3%
G = 8.92%
B = 10.78%

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

#D8181D (or 0xD8181D) is known color: Fire Engine Red. HEX triplet: D8, 18 and 1D. RGB value is (216,24,29). Sum of RGB (Red+Green+Blue) = 216+24+29=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D8181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8181D is #27E7E2. Grayscale: #525252. Windows color (decimal): -2615267 or 1906904. OLE color: 1906904.

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

Color convert

RGB 216 24 29 -
CMYK 0 0.89 0.87 0.15
HSL 358.44º 0.8% 0.47% -
HSV(B) 358.44º 0.89% 0.85% -
XYZ 28.87 15.34 2.6 -
YUV 81.98 98.11 223.59 -
System Red Green Blue C M Y K H S L
Decimal 216 24 29 0 0.89 0.87 0.15 358.44 0.8 0.47
Hex D8 18 1D 0 59 57 F 166 50 2F
Octal 330 30 35 0 131 127 17 546 120 57
Binary 11011000 11000 11101 0 1011001 1010111 1111 101100110 1010000 101111

Color Harmonies of #D8181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8181D

Black with #D8181D

Text Example


Text Example

White with #D8181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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