#CD453D

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

Shades of Grenadier #CD453D

Tints of Grenadier #CD453D

Color information

#CD453D (or 0xCD453D) is unknown color: approx Grenadier. HEX triplet: CD, 45 and 3D. RGB value is (205,69,61). Sum of RGB (Red+Green+Blue) = 205+69+61=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD453D is #32BAC2. Grayscale: #6C6C6C. Windows color (decimal): -3324611 or 4015565. OLE color: 4015565.

HSL color Cylindrical-coordinate representation of color #CD453D: hue angle of 3.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD453D is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB2056961-
CMYK00.660.700.20
HSL3.33º59.02%52.16%-
HSV(B)3.33º70.24%80.39%-
XYZ28.1517.576.32-
YUV108.75101.06196.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.19%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=61.19%
G=20.60%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205696100.660.700.203.3359.0252.16
HexCD453D042461433b34
Octal3151057501021062437364
Binary1100110110001011111010100001010001101010011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD453D; }

 p { color: rgb(205,69,61); }

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

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

 a { background-color: rgb(205,69,61); }

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

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

 span { border-color: rgb(205,69,61); }

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