Html Css Color HEX #D8151E Fire Engine Red

📋 copy color: '#D8151E'

red 216 ◦ green 21 ◦ blue 30

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

Shades of Fire Engine Red #D8151E

Tints of Fire Engine Red #D8151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 80.9%
G = 7.87%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8151E (or 0xD8151E) is known color: Fire Engine Red. HEX triplet: D8, 15 and 1E. RGB value is (216,21,30). Sum of RGB (Red+Green+Blue) = 216+21+30=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D8151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8151E is #27EAE1. Grayscale: #505050. Windows color (decimal): -2616034 or 1971672. OLE color: 1971672.

HSL color Cylindrical-coordinate representation of color #D8151E: hue angle of 357.23º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8151E is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 21 30 -
CMYK 0 0.90 0.86 0.15
HSL 357.23º 0.82% 0.46% -
HSV(B) 357.23º 0.9% 0.85% -
XYZ 28.82 15.23 2.65 -
YUV 80.33 99.6 224.77 -
System Red Green Blue C M Y K H S L
Decimal 216 21 30 0 0.90 0.86 0.15 357.23 0.82 0.46
Hex D8 15 1E 0 5A 56 F 165 52 2E
Octal 330 25 36 0 132 126 17 545 122 56
Binary 11011000 10101 11110 0 1011010 1010110 1111 101100101 1010010 101110

Color Harmonies of #D8151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8151E

Black with #D8151E

Text Example


Text Example

White with #D8151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8151E; }

 p { color: rgb(216,21,30); }

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

background-color css

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

 a { background-color: rgb(216,21,30); }

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

border-color css

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

 span { border-color: rgb(216,21,30); }

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