Shades of Grenadier #CD453B
Tints of Grenadier #CD453B
RGB
CMYK
RGB Variations
Color information
#CD453B (or 0xCD453B) is known color: Grenadier. HEX triplet: CD, 45 and 3B. RGB value is (205,69,59). Sum of RGB (Red+Green+Blue) = 205+69+59=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD453B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD453B is #32BAC4. Grayscale: #6C6C6C. Windows color (decimal): -3324613 or 3884493. OLE color: 3884493.
HSL color Cylindrical-coordinate representation of color #CD453B: hue angle of 4.11º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD453B is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 69 | 59 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.20 |
| HSL | 4.11º | 0.59% | 0.52% | - |
| HSV(B) | 4.11º | 0.71% | 0.8% | - |
| XYZ | 28.09 | 17.55 | 6.04 | - |
| YUV | 108.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 69 | 59 | 0 | 0.66 | 0.71 | 0.20 | 4.11 | 0.59 | 0.52 |
| Hex | CD | 45 | 3B | 0 | 42 | 47 | 14 | 4 | 3B | 34 |
| Octal | 315 | 105 | 73 | 0 | 102 | 107 | 24 | 4 | 73 | 64 |
| Binary | 11001101 | 1000101 | 111011 | 0 | 1000010 | 1000111 | 10100 | 100 | 111011 | 110100 |
Color Harmonies of #CD453B
Complementary color
Monochromatic Colors of #CD453B
Black with #CD453B
Text Example
Text Example
White with #CD453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD453B; }
p { color: rgb(205,69,59); }
H1.HeaderClassName
{
color: #CD453B;
}
.AnyTagClassName
{
color: #CD453B;
}
</style>
background-color css
<style>
a { background-color: #CD453B; }
a { background-color: rgb(205,69,59); }
div.DivClassName
{
background-color: #CD453B;
}
.BgClassName
{
background-color: #CD453B;
}
</style>
border-color css
<style>
span { border-color: #CD453B; }
span { border-color: rgb(205,69,59); }
td.TdClassName
{
border-color: #CD453B;
}
.TagClassName
{
border-color: #CD453B;
}
</style>