#D0473F

Color #D0473F Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #D0473F

Tints of Grenadier #D0473F

Color information

#D0473F (or 0xD0473F) is unknown color: approx Grenadier. HEX triplet: D0, 47 and 3F. RGB value is (208,71,63). Sum of RGB (Red+Green+Blue) = 208+71+63=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D0473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0473F is #2FB8C0. Grayscale: #6F6F6F. Windows color (decimal): -3127489 or 4147152. OLE color: 4147152.

HSL color Cylindrical-coordinate representation of color #D0473F: hue angle of 3.31º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0473F is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB2087163-
CMYK00.660.700.18
HSL3.31º60.67%53.14%-
HSV(B)3.31º69.71%81.57%-
XYZ29.1618.286.69-
YUV111.05100.89197.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 60.82%
GREEN value IS 71 (28.12% from 255) = 20.76%
BLUE value IS 63 (25% from 255) = 18.42%
R=60.82%
G=20.76%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208716300.660.700.183.3160.6753.14
HexD0473F042461233d35
Octal3201077701021062237565
Binary1101000010001111111110100001010001101001011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0473F; }

 p { color: rgb(208,71,63); }

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

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

 a { background-color: rgb(208,71,63); }

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

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

 span { border-color: rgb(208,71,63); }

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