#D9141F

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

Shades of Fire Engine Red #D9141F

Tints of Fire Engine Red #D9141F

Color information

#D9141F (or 0xD9141F) is unknown color: approx Fire Engine Red. HEX triplet: D9, 14 and 1F. RGB value is (217,20,31). Sum of RGB (Red+Green+Blue) = 217+20+31=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D9141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9141F is #26EBE0. Grayscale: #505050. Windows color (decimal): -2550753 or 2036953. OLE color: 2036953.

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

Color convert

RGB2172031-
CMYK00.910.860.15
HSL356.65º83.12%46.47%-
HSV(B)356.65º90.78%85.1%-
XYZ29.1115.352.72-
YUV80.16100.27225.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 80.97%
GREEN value IS 20 (8.20% from 255) = 7.46%
BLUE value IS 31 (12.5% from 255) = 11.57%
R=80.97%
G=7.46%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217203100.910.860.15356.6583.1246.47
HexD9141F05B56F165532e
Octal331243701331261754512356
Binary11011001101001111101011011101011011111011001011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9141F; }

 p { color: rgb(217,20,31); }

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

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

 a { background-color: rgb(217,20,31); }

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

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

 span { border-color: rgb(217,20,31); }

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