Shades of Crimson #CF1747
Tints of Crimson #CF1747
RGB
CMYK
RGB Variations
Color information
#CF1747 (or 0xCF1747) is known color: Crimson. HEX triplet: CF, 17 and 47. RGB value is (207,23,71). Sum of RGB (Red+Green+Blue) = 207+23+71=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1747 is #30E8B8. Grayscale: #535353. Windows color (decimal): -3205305 or 4659151. OLE color: 4659151.
HSL color Cylindrical-coordinate representation of color #CF1747: hue angle of 344.35º degrees, saturation: 0.8, 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 #CF1747 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 71 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.19 |
| HSL | 344.35º | 0.8% | 0.45% | - |
| HSV(B) | 344.35º | 0.89% | 0.81% | - |
| XYZ | 27.18 | 14.33 | 7.3 | - |
| YUV | 83.49 | 120.96 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 71 | 0 | 0.89 | 0.66 | 0.19 | 344.35 | 0.8 | 0.45 |
| Hex | CF | 17 | 47 | 0 | 59 | 42 | 13 | 158 | 50 | 2D |
| Octal | 317 | 27 | 107 | 0 | 131 | 102 | 23 | 530 | 120 | 55 |
| Binary | 11001111 | 10111 | 1000111 | 0 | 1011001 | 1000010 | 10011 | 101011000 | 1010000 | 101101 |
Color Harmonies of #CF1747
Complementary color
Monochromatic Colors of #CF1747
Black with #CF1747
Text Example
Text Example
White with #CF1747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1747; }
p { color: rgb(207,23,71); }
H1.HeaderClassName
{
color: #CF1747;
}
.AnyTagClassName
{
color: #CF1747;
}
</style>
background-color css
<style>
a { background-color: #CF1747; }
a { background-color: rgb(207,23,71); }
div.DivClassName
{
background-color: #CF1747;
}
.BgClassName
{
background-color: #CF1747;
}
</style>
border-color css
<style>
span { border-color: #CF1747; }
span { border-color: rgb(207,23,71); }
td.TdClassName
{
border-color: #CF1747;
}
.TagClassName
{
border-color: #CF1747;
}
</style>