#D3142C

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

Shades of Fire Engine Red #D3142C

Tints of Fire Engine Red #D3142C

Color information

#D3142C (or 0xD3142C) is unknown color: approx Fire Engine Red. HEX triplet: D3, 14 and 2C. RGB value is (211,20,44). Sum of RGB (Red+Green+Blue) = 211+20+44=275 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.73% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 211 - color contains mainly: red. Hex color #D3142C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3142C is #2CEBD3. Grayscale: #4F4F4F. Windows color (decimal): -2943956 or 2888915. OLE color: 2888915.

HSL color Cylindrical-coordinate representation of color #D3142C: hue angle of 352.46º degrees, saturation: 0.83, 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 #D3142C is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB2112044-
CMYK00.910.790.17
HSL352.46º82.68%45.29%-
HSV(B)352.46º90.52%82.75%-
XYZ27.5714.533.73-
YUV79.84107.78221.55-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 76.73%
GREEN value IS 20 (8.20% from 255) = 7.27%
BLUE value IS 44 (17.58% from 255) = 16%
R=76.73%
G=7.27%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211204400.910.790.17352.4682.6845.29
HexD3142C05B4F11160532d
Octal323245401331172154012355
Binary1101001110100101100010110111001111100011011000001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3142C; }

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

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

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

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

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

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

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

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