#D0453F

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

Shades of Grenadier #D0453F

Tints of Grenadier #D0453F

Color information

#D0453F (or 0xD0453F) is unknown color: approx Grenadier. HEX triplet: D0, 45 and 3F. RGB value is (208,69,63). Sum of RGB (Red+Green+Blue) = 208+69+63=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D0453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0453F is #2FBAC0. Grayscale: #6E6E6E. Windows color (decimal): -3128001 or 4146640. OLE color: 4146640.

HSL color Cylindrical-coordinate representation of color #D0453F: hue angle of 2.48º 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 #D0453F is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB2086963-
CMYK00.670.700.18
HSL2.48º60.67%53.14%-
HSV(B)2.48º69.71%81.57%-
XYZ29.0418.036.65-
YUV109.88101.55197.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.18%
GREEN value IS 69 (27.34% from 255) = 20.29%
BLUE value IS 63 (25% from 255) = 18.53%
R=61.18%
G=20.29%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208696300.670.700.182.4860.6753.14
HexD0453F043461223d35
Octal3201057701031062227565
Binary1101000010001011111110100001110001101001010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0453F; }

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

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

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

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

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

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

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

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