#D0132F

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

Shades of Fire Engine Red #D0132F

Tints of Fire Engine Red #D0132F

Color information

#D0132F (or 0xD0132F) is unknown color: approx Fire Engine Red. HEX triplet: D0, 13 and 2F. RGB value is (208,19,47). Sum of RGB (Red+Green+Blue) = 208+19+47=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D0132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0132F is #2FECD0. Grayscale: #4E4E4E. Windows color (decimal): -3140817 or 3085264. OLE color: 3085264.

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

Color convert

RGB2081947-
CMYK00.910.770.18
HSL351.11º83.26%44.51%-
HSV(B)351.11º90.87%81.57%-
XYZ26.7614.084-
YUV78.7110.12220.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 75.91%
GREEN value IS 19 (7.81% from 255) = 6.93%
BLUE value IS 47 (18.75% from 255) = 17.15%
R=75.91%
G=6.93%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208194700.910.770.18351.1183.2644.51
HexD0132F05B4D1215f532d
Octal320235701331152253712355
Binary1101000010011101111010110111001101100101010111111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0132F; }

 p { color: rgb(208,19,47); }

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

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

 a { background-color: rgb(208,19,47); }

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

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

 span { border-color: rgb(208,19,47); }

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