Shades of Crimson #CF1044
Tints of Crimson #CF1044
RGB
CMYK
RGB Variations
Color information
#CF1044 (or 0xCF1044) is known color: Crimson. HEX triplet: CF, 10 and 44. RGB value is (207,16,68). Sum of RGB (Red+Green+Blue) = 207+16+68=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1044 is #30EFBB. Grayscale: #4F4F4F. Windows color (decimal): -3207100 or 4460751. OLE color: 4460751.
HSL color Cylindrical-coordinate representation of color #CF1044: hue angle of 343.66º 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 #CF1044 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 68 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.19 |
| HSL | 343.66º | 0.86% | 0.44% | - |
| HSV(B) | 343.66º | 0.92% | 0.81% | - |
| XYZ | 26.96 | 14.05 | 6.76 | - |
| YUV | 79.04 | 121.78 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 68 | 0 | 0.92 | 0.67 | 0.19 | 343.66 | 0.86 | 0.44 |
| Hex | CF | 10 | 44 | 0 | 5C | 43 | 13 | 158 | 56 | 2C |
| Octal | 317 | 20 | 104 | 0 | 134 | 103 | 23 | 530 | 126 | 54 |
| Binary | 11001111 | 10000 | 1000100 | 0 | 1011100 | 1000011 | 10011 | 101011000 | 1010110 | 101100 |
Color Harmonies of #CF1044
Complementary color
Monochromatic Colors of #CF1044
Black with #CF1044
Text Example
Text Example
White with #CF1044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1044; }
p { color: rgb(207,16,68); }
H1.HeaderClassName
{
color: #CF1044;
}
.AnyTagClassName
{
color: #CF1044;
}
</style>
background-color css
<style>
a { background-color: #CF1044; }
a { background-color: rgb(207,16,68); }
div.DivClassName
{
background-color: #CF1044;
}
.BgClassName
{
background-color: #CF1044;
}
</style>
border-color css
<style>
span { border-color: #CF1044; }
span { border-color: rgb(207,16,68); }
td.TdClassName
{
border-color: #CF1044;
}
.TagClassName
{
border-color: #CF1044;
}
</style>