Html Css Color HEX #D8151F Fire Engine Red

📋 copy color: '#D8151F'

red 216 ◦ green 21 ◦ blue 31

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

Shades of Fire Engine Red #D8151F

Tints of Fire Engine Red #D8151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.57%

R = 80.6%
G = 7.84%
B = 11.57%

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

#D8151F (or 0xD8151F) is known color: Fire Engine Red. HEX triplet: D8, 15 and 1F. RGB value is (216,21,31). Sum of RGB (Red+Green+Blue) = 216+21+31=268 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.60% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 216 - color contains mainly: red. Hex color #D8151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8151F is #27EAE0. Grayscale: #505050. Windows color (decimal): -2616033 or 2037208. OLE color: 2037208.

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

Color convert

RGB 216 21 31 -
CMYK 0 0.90 0.86 0.15
HSL 356.92º 0.82% 0.46% -
HSV(B) 356.92º 0.9% 0.85% -
XYZ 28.83 15.23 2.72 -
YUV 80.45 100.1 224.69 -
System Red Green Blue C M Y K H S L
Decimal 216 21 31 0 0.90 0.86 0.15 356.92 0.82 0.46
Hex D8 15 1F 0 5A 56 F 165 52 2E
Octal 330 25 37 0 132 126 17 545 122 56
Binary 11011000 10101 11111 0 1011010 1010110 1111 101100101 1010010 101110

Color Harmonies of #D8151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8151F

Black with #D8151F

Text Example


Text Example

White with #D8151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8151F; }

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

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

background-color css

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

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

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

border-color css

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

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

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