#D4131C

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

Shades of Fire Engine Red #D4131C

Tints of Fire Engine Red #D4131C

Color information

#D4131C (or 0xD4131C) is unknown color: approx Fire Engine Red. HEX triplet: D4, 13 and 1C. RGB value is (212,19,28). Sum of RGB (Red+Green+Blue) = 212+19+28=259 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.85% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 212 - color contains mainly: red. Hex color #D4131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4131C is #2BECE3. Grayscale: #4D4D4D. Windows color (decimal): -2878692 or 1840084. OLE color: 1840084.

HSL color Cylindrical-coordinate representation of color #D4131C: hue angle of 357.2º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4131C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB2121928-
CMYK00.910.870.17
HSL357.2º83.55%45.29%-
HSV(B)357.2º91.04%83.14%-
XYZ27.5914.552.45-
YUV77.7399.94223.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 81.85%
GREEN value IS 19 (7.81% from 255) = 7.34%
BLUE value IS 28 (11.33% from 255) = 10.81%
R=81.85%
G=7.34%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212192800.910.870.17357.283.5545.29
HexD4131C05B5711165542d
Octal324233401331272154512455
Binary110101001001111100010110111010111100011011001011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4131C; }

 p { color: rgb(212,19,28); }

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

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

 a { background-color: rgb(212,19,28); }

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

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

 span { border-color: rgb(212,19,28); }

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