Shades of Crimson #CF1246
Tints of Crimson #CF1246
RGB
CMYK
RGB Variations
Color information
#CF1246 (or 0xCF1246) is known color: Crimson. HEX triplet: CF, 12 and 46. RGB value is (207,18,70). Sum of RGB (Red+Green+Blue) = 207+18+70=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1246 is #30EDB9. Grayscale: #505050. Windows color (decimal): -3206586 or 4592335. OLE color: 4592335.
HSL color Cylindrical-coordinate representation of color #CF1246: hue angle of 343.49º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1246 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 70 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.19 |
| HSL | 343.49º | 0.84% | 0.44% | - |
| HSV(B) | 343.49º | 0.91% | 0.81% | - |
| XYZ | 27.05 | 14.14 | 7.1 | - |
| YUV | 80.44 | 122.12 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 70 | 0 | 0.91 | 0.66 | 0.19 | 343.49 | 0.84 | 0.44 |
| Hex | CF | 12 | 46 | 0 | 5B | 42 | 13 | 157 | 54 | 2C |
| Octal | 317 | 22 | 106 | 0 | 133 | 102 | 23 | 527 | 124 | 54 |
| Binary | 11001111 | 10010 | 1000110 | 0 | 1011011 | 1000010 | 10011 | 101010111 | 1010100 | 101100 |
Color Harmonies of #CF1246
Complementary color
Monochromatic Colors of #CF1246
Black with #CF1246
Text Example
Text Example
White with #CF1246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1246; }
p { color: rgb(207,18,70); }
H1.HeaderClassName
{
color: #CF1246;
}
.AnyTagClassName
{
color: #CF1246;
}
</style>
background-color css
<style>
a { background-color: #CF1246; }
a { background-color: rgb(207,18,70); }
div.DivClassName
{
background-color: #CF1246;
}
.BgClassName
{
background-color: #CF1246;
}
</style>
border-color css
<style>
span { border-color: #CF1246; }
span { border-color: rgb(207,18,70); }
td.TdClassName
{
border-color: #CF1246;
}
.TagClassName
{
border-color: #CF1246;
}
</style>