Shades of Grenadier #CF453B
Tints of Grenadier #CF453B
RGB
CMYK
RGB Variations
Color information
#CF453B (or 0xCF453B) is known color: Grenadier. HEX triplet: CF, 45 and 3B. RGB value is (207,69,59). Sum of RGB (Red+Green+Blue) = 207+69+59=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF453B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF453B is #30BAC4. Grayscale: #6D6D6D. Windows color (decimal): -3193541 or 3884495. OLE color: 3884495.
HSL color Cylindrical-coordinate representation of color #CF453B: hue angle of 4.05º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF453B is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 59 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.19 |
| HSL | 4.05º | 0.61% | 0.52% | - |
| HSV(B) | 4.05º | 0.71% | 0.81% | - |
| XYZ | 28.65 | 17.84 | 6.07 | - |
| YUV | 109.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 59 | 0 | 0.67 | 0.71 | 0.19 | 4.05 | 0.61 | 0.52 |
| Hex | CF | 45 | 3B | 0 | 43 | 47 | 13 | 4 | 3D | 34 |
| Octal | 317 | 105 | 73 | 0 | 103 | 107 | 23 | 4 | 75 | 64 |
| Binary | 11001111 | 1000101 | 111011 | 0 | 1000011 | 1000111 | 10011 | 100 | 111101 | 110100 |
Color Harmonies of #CF453B
Complementary color
Monochromatic Colors of #CF453B
Black with #CF453B
Text Example
Text Example
White with #CF453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF453B; }
p { color: rgb(207,69,59); }
H1.HeaderClassName
{
color: #CF453B;
}
.AnyTagClassName
{
color: #CF453B;
}
</style>
background-color css
<style>
a { background-color: #CF453B; }
a { background-color: rgb(207,69,59); }
div.DivClassName
{
background-color: #CF453B;
}
.BgClassName
{
background-color: #CF453B;
}
</style>
border-color css
<style>
span { border-color: #CF453B; }
span { border-color: rgb(207,69,59); }
td.TdClassName
{
border-color: #CF453B;
}
.TagClassName
{
border-color: #CF453B;
}
</style>