Shades of Grenadier #CD4A3F
Tints of Grenadier #CD4A3F
RGB
CMYK
RGB Variations
Color information
#CD4A3F (or 0xCD4A3F) is known color: Grenadier. HEX triplet: CD, 4A and 3F. RGB value is (205,74,63). Sum of RGB (Red+Green+Blue) = 205+74+63=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4A3F is #32B5C0. Grayscale: #707070. Windows color (decimal): -3323329 or 4147917. OLE color: 4147917.
HSL color Cylindrical-coordinate representation of color #CD4A3F: hue angle of 4.65º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD4A3F is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 63 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.20 |
| HSL | 4.65º | 0.59% | 0.53% | - |
| HSV(B) | 4.65º | 0.69% | 0.8% | - |
| XYZ | 28.52 | 18.24 | 6.72 | - |
| YUV | 111.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 63 | 0 | 0.64 | 0.69 | 0.20 | 4.65 | 0.59 | 0.53 |
| Hex | CD | 4A | 3F | 0 | 40 | 45 | 14 | 5 | 3B | 35 |
| Octal | 315 | 112 | 77 | 0 | 100 | 105 | 24 | 5 | 73 | 65 |
| Binary | 11001101 | 1001010 | 111111 | 0 | 1000000 | 1000101 | 10100 | 101 | 111011 | 110101 |
Color Harmonies of #CD4A3F
Complementary color
Monochromatic Colors of #CD4A3F
Black with #CD4A3F
Text Example
Text Example
White with #CD4A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A3F; }
p { color: rgb(205,74,63); }
H1.HeaderClassName
{
color: #CD4A3F;
}
.AnyTagClassName
{
color: #CD4A3F;
}
</style>
background-color css
<style>
a { background-color: #CD4A3F; }
a { background-color: rgb(205,74,63); }
div.DivClassName
{
background-color: #CD4A3F;
}
.BgClassName
{
background-color: #CD4A3F;
}
</style>
border-color css
<style>
span { border-color: #CD4A3F; }
span { border-color: rgb(205,74,63); }
td.TdClassName
{
border-color: #CD4A3F;
}
.TagClassName
{
border-color: #CD4A3F;
}
</style>