Shades of Crimson #CF0046
Tints of Crimson #CF0046
RGB
CMYK
RGB Variations
Color information
#CF0046 (or 0xCF0046) is known color: Crimson. HEX triplet: CF, 00 and 46. RGB value is (207,0,70). Sum of RGB (Red+Green+Blue) = 207+0+70=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0046 is #30FFB9. Grayscale: #454545. Windows color (decimal): -3211194 or 4587727. OLE color: 4587727.
HSL color Cylindrical-coordinate representation of color #CF0046: hue angle of 339.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0046 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.66 | 0.19 |
| HSL | 339.71º | 1% | 0.41% | - |
| HSV(B) | 339.71º | 1% | 0.81% | - |
| XYZ | 26.84 | 13.71 | 7.03 | - |
| YUV | 69.87 | 128.08 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 70 | 0 | 1 | 0.66 | 0.19 | 339.71 | 1 | 0.41 |
| Hex | CF | 0 | 46 | 0 | 64 | 42 | 13 | 154 | 64 | 29 |
| Octal | 317 | 0 | 106 | 0 | 144 | 102 | 23 | 524 | 144 | 51 |
| Binary | 11001111 | 0 | 1000110 | 0 | 1100100 | 1000010 | 10011 | 101010100 | 1100100 | 101001 |
Color Harmonies of #CF0046
Complementary color
Monochromatic Colors of #CF0046
Black with #CF0046
Text Example
Text Example
White with #CF0046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0046; }
p { color: rgb(207,0,70); }
H1.HeaderClassName
{
color: #CF0046;
}
.AnyTagClassName
{
color: #CF0046;
}
</style>
background-color css
<style>
a { background-color: #CF0046; }
a { background-color: rgb(207,0,70); }
div.DivClassName
{
background-color: #CF0046;
}
.BgClassName
{
background-color: #CF0046;
}
</style>
border-color css
<style>
span { border-color: #CF0046; }
span { border-color: rgb(207,0,70); }
td.TdClassName
{
border-color: #CF0046;
}
.TagClassName
{
border-color: #CF0046;
}
</style>