Html Css Color HEX #D8181A Fire Engine Red

📋 copy color: '#D8181A'

red 216 ◦ green 24 ◦ blue 26

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

Shades of Fire Engine Red #D8181A

Tints of Fire Engine Red #D8181A

RGB

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

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

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

R = 81.2%
G = 9.02%
B = 9.77%

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

#D8181A (or 0xD8181A) is known color: Fire Engine Red. HEX triplet: D8, 18 and 1A. RGB value is (216,24,26). Sum of RGB (Red+Green+Blue) = 216+24+26=266 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.20% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 216 - color contains mainly: red. Hex color #D8181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8181A is #27E7E5. Grayscale: #515151. Windows color (decimal): -2615270 or 1710296. OLE color: 1710296.

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

Color convert

RGB 216 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 28.83 15.33 2.42 -
YUV 81.64 96.61 223.84 -
System Red Green Blue C M Y K H S L
Decimal 216 24 26 0 0.89 0.88 0.15 359.38 0.8 0.47
Hex D8 18 1A 0 59 58 F 167 50 2F
Octal 330 30 32 0 131 130 17 547 120 57
Binary 11011000 11000 11010 0 1011001 1011000 1111 101100111 1010000 101111

Color Harmonies of #D8181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8181A

Black with #D8181A

Text Example


Text Example

White with #D8181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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