Shades of Grenadier #CF453D
Tints of Grenadier #CF453D
RGB
CMYK
RGB Variations
Color information
#CF453D (or 0xCF453D) is known color: Grenadier. HEX triplet: CF, 45 and 3D. RGB value is (207,69,61). Sum of RGB (Red+Green+Blue) = 207+69+61=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF453D is #30BAC2. Grayscale: #6D6D6D. Windows color (decimal): -3193539 or 4015567. OLE color: 4015567.
HSL color Cylindrical-coordinate representation of color #CF453D: hue angle of 3.29º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF453D is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 61 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.19 |
| HSL | 3.29º | 0.6% | 0.53% | - |
| HSV(B) | 3.29º | 0.71% | 0.81% | - |
| XYZ | 28.7 | 17.86 | 6.35 | - |
| YUV | 109.35 | 100.72 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 61 | 0 | 0.67 | 0.71 | 0.19 | 3.29 | 0.6 | 0.53 |
| Hex | CF | 45 | 3D | 0 | 43 | 47 | 13 | 3 | 3C | 35 |
| Octal | 317 | 105 | 75 | 0 | 103 | 107 | 23 | 3 | 74 | 65 |
| Binary | 11001111 | 1000101 | 111101 | 0 | 1000011 | 1000111 | 10011 | 11 | 111100 | 110101 |
Color Harmonies of #CF453D
Complementary color
Monochromatic Colors of #CF453D
Black with #CF453D
Text Example
Text Example
White with #CF453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF453D; }
p { color: rgb(207,69,61); }
H1.HeaderClassName
{
color: #CF453D;
}
.AnyTagClassName
{
color: #CF453D;
}
</style>
background-color css
<style>
a { background-color: #CF453D; }
a { background-color: rgb(207,69,61); }
div.DivClassName
{
background-color: #CF453D;
}
.BgClassName
{
background-color: #CF453D;
}
</style>
border-color css
<style>
span { border-color: #CF453D; }
span { border-color: rgb(207,69,61); }
td.TdClassName
{
border-color: #CF453D;
}
.TagClassName
{
border-color: #CF453D;
}
</style>