#D9142C

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

Shades of Fire Engine Red #D9142C

Tints of Fire Engine Red #D9142C

Color information

#D9142C (or 0xD9142C) is unknown color: approx Fire Engine Red. HEX triplet: D9, 14 and 2C. RGB value is (217,20,44). Sum of RGB (Red+Green+Blue) = 217+20+44=281 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.22% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 217 - color contains mainly: red. Hex color #D9142C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9142C is #26EBD3. Grayscale: #515151. Windows color (decimal): -2550740 or 2888921. OLE color: 2888921.

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

Color convert

RGB2172044-
CMYK00.910.800.15
HSL352.69º83.12%46.47%-
HSV(B)352.69º90.78%85.1%-
XYZ29.3215.433.82-
YUV81.64106.77224.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 77.22%
GREEN value IS 20 (8.20% from 255) = 7.12%
BLUE value IS 44 (17.58% from 255) = 15.66%
R=77.22%
G=7.12%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217204400.910.800.15352.6983.1246.47
HexD9142C05B50F161532e
Octal331245401331201754112356
Binary110110011010010110001011011101000011111011000011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9142C; }

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

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

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

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

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

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

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

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