Shades of Crimson #CF1647
Tints of Crimson #CF1647
RGB
CMYK
RGB Variations
Color information
#CF1647 (or 0xCF1647) is known color: Crimson. HEX triplet: CF, 16 and 47. RGB value is (207,22,71). Sum of RGB (Red+Green+Blue) = 207+22+71=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1647 is #30E9B8. Grayscale: #525252. Windows color (decimal): -3205561 or 4658895. OLE color: 4658895.
HSL color Cylindrical-coordinate representation of color #CF1647: hue angle of 344.11º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1647 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 71 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.19 |
| HSL | 344.11º | 0.81% | 0.45% | - |
| HSV(B) | 344.11º | 0.89% | 0.81% | - |
| XYZ | 27.16 | 14.29 | 7.29 | - |
| YUV | 82.9 | 121.29 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 71 | 0 | 0.89 | 0.66 | 0.19 | 344.11 | 0.81 | 0.45 |
| Hex | CF | 16 | 47 | 0 | 59 | 42 | 13 | 158 | 51 | 2D |
| Octal | 317 | 26 | 107 | 0 | 131 | 102 | 23 | 530 | 121 | 55 |
| Binary | 11001111 | 10110 | 1000111 | 0 | 1011001 | 1000010 | 10011 | 101011000 | 1010001 | 101101 |
Color Harmonies of #CF1647
Complementary color
Monochromatic Colors of #CF1647
Black with #CF1647
Text Example
Text Example
White with #CF1647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1647; }
p { color: rgb(207,22,71); }
H1.HeaderClassName
{
color: #CF1647;
}
.AnyTagClassName
{
color: #CF1647;
}
</style>
background-color css
<style>
a { background-color: #CF1647; }
a { background-color: rgb(207,22,71); }
div.DivClassName
{
background-color: #CF1647;
}
.BgClassName
{
background-color: #CF1647;
}
</style>
border-color css
<style>
span { border-color: #CF1647; }
span { border-color: rgb(207,22,71); }
td.TdClassName
{
border-color: #CF1647;
}
.TagClassName
{
border-color: #CF1647;
}
</style>