Shades of Crimson #CF1047
Tints of Crimson #CF1047
RGB
CMYK
RGB Variations
Color information
#CF1047 (or 0xCF1047) is known color: Crimson. HEX triplet: CF, 10 and 47. RGB value is (207,16,71). Sum of RGB (Red+Green+Blue) = 207+16+71=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1047 is #30EFB8. Grayscale: #4F4F4F. Windows color (decimal): -3207097 or 4657359. OLE color: 4657359.
HSL color Cylindrical-coordinate representation of color #CF1047: hue angle of 342.72º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1047 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 71 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.19 |
| HSL | 342.72º | 0.86% | 0.44% | - |
| HSV(B) | 342.72º | 0.92% | 0.81% | - |
| XYZ | 27.05 | 14.09 | 7.26 | - |
| YUV | 79.38 | 123.28 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 71 | 0 | 0.92 | 0.66 | 0.19 | 342.72 | 0.86 | 0.44 |
| Hex | CF | 10 | 47 | 0 | 5C | 42 | 13 | 157 | 56 | 2C |
| Octal | 317 | 20 | 107 | 0 | 134 | 102 | 23 | 527 | 126 | 54 |
| Binary | 11001111 | 10000 | 1000111 | 0 | 1011100 | 1000010 | 10011 | 101010111 | 1010110 | 101100 |
Color Harmonies of #CF1047
Complementary color
Monochromatic Colors of #CF1047
Black with #CF1047
Text Example
Text Example
White with #CF1047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1047; }
p { color: rgb(207,16,71); }
H1.HeaderClassName
{
color: #CF1047;
}
.AnyTagClassName
{
color: #CF1047;
}
</style>
background-color css
<style>
a { background-color: #CF1047; }
a { background-color: rgb(207,16,71); }
div.DivClassName
{
background-color: #CF1047;
}
.BgClassName
{
background-color: #CF1047;
}
</style>
border-color css
<style>
span { border-color: #CF1047; }
span { border-color: rgb(207,16,71); }
td.TdClassName
{
border-color: #CF1047;
}
.TagClassName
{
border-color: #CF1047;
}
</style>