#CD443E

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

Shades of Grenadier #CD443E

Tints of Grenadier #CD443E

Color information

#CD443E (or 0xCD443E) is unknown color: approx Grenadier. HEX triplet: CD, 44 and 3E. RGB value is (205,68,62). Sum of RGB (Red+Green+Blue) = 205+68+62=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD443E is #32BBC1. Grayscale: #6C6C6C. Windows color (decimal): -3324866 or 4080845. OLE color: 4080845.

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

Color convert

RGB2056862-
CMYK00.670.700.20
HSL2.52º58.85%52.35%-
HSV(B)2.52º69.76%80.39%-
XYZ28.1117.466.45-
YUV108.28101.89196.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.19%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 62 (24.61% from 255) = 18.51%
R=61.19%
G=20.30%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205686200.670.700.202.5258.8552.35
HexCD443E043461433b34
Octal3151047601031062437364
Binary1100110110001001111100100001110001101010011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD443E; }

 p { color: rgb(205,68,62); }

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

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

 a { background-color: rgb(205,68,62); }

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

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

 span { border-color: rgb(205,68,62); }

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