#D7121A

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

Shades of Fire Engine Red #D7121A

Tints of Fire Engine Red #D7121A

Color information

#D7121A (or 0xD7121A) is unknown color: approx Fire Engine Red. HEX triplet: D7, 12 and 1A. RGB value is (215,18,26). Sum of RGB (Red+Green+Blue) = 215+18+26=259 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.01% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 215 - color contains mainly: red. Hex color #D7121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7121A is #28EDE5. Grayscale: #4D4D4D. Windows color (decimal): -2682342 or 1708759. OLE color: 1708759.

HSL color Cylindrical-coordinate representation of color #D7121A: hue angle of 357.56º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7121A is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB2151826-
CMYK00.920.880.16
HSL357.56º84.55%45.69%-
HSV(B)357.56º91.63%84.31%-
XYZ28.4314.952.37-
YUV77.8298.77225.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 83.01%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 26 (10.55% from 255) = 10.04%
R=83.01%
G=6.95%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215182600.920.880.16357.5684.5545.69
HexD7121A05C5810166552e
Octal327223201341302054612556
Binary110101111001011010010111001011000100001011001101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7121A; }

 p { color: rgb(215,18,26); }

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

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

 a { background-color: rgb(215,18,26); }

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

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

 span { border-color: rgb(215,18,26); }

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