#D7151E

Color #D7151E Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #D7151E

Tints of Fire Engine Red #D7151E

Color information

#D7151E (or 0xD7151E) is unknown color: approx Fire Engine Red. HEX triplet: D7, 15 and 1E. RGB value is (215,21,30). Sum of RGB (Red+Green+Blue) = 215+21+30=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D7151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7151E is #28EAE1. Grayscale: #505050. Windows color (decimal): -2681570 or 1971671. OLE color: 1971671.

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

Color convert

RGB2152130-
CMYK00.900.860.16
HSL357.22º82.2%46.27%-
HSV(B)357.22º90.23%84.31%-
XYZ28.5315.082.63-
YUV80.0399.77224.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 80.83%
GREEN value IS 21 (8.59% from 255) = 7.89%
BLUE value IS 30 (12.11% from 255) = 11.28%
R=80.83%
G=7.89%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215213000.900.860.16357.2282.246.27
HexD7151E05A5610165522e
Octal327253601321262054512256
Binary110101111010111110010110101010110100001011001011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7151E; }

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

 H1.HeaderClassName
 {
   color: #D7151E;
 }
 .AnyTagClassName
 {
   color: #D7151E;
 }
</style>
background-color css

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

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

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

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

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

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