Shades of Crimson #CF1041
Tints of Crimson #CF1041
RGB
CMYK
RGB Variations
Color information
#CF1041 (or 0xCF1041) is known color: Crimson. HEX triplet: CF, 10 and 41. RGB value is (207,16,65). Sum of RGB (Red+Green+Blue) = 207+16+65=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1041 is #30EFBE. Grayscale: #4E4E4E. Windows color (decimal): -3207103 or 4264143. OLE color: 4264143.
HSL color Cylindrical-coordinate representation of color #CF1041: hue angle of 344.61º 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 #CF1041 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 65 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.19 |
| HSL | 344.61º | 0.86% | 0.44% | - |
| HSV(B) | 344.61º | 0.92% | 0.81% | - |
| XYZ | 26.87 | 14.02 | 6.29 | - |
| YUV | 78.7 | 120.28 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 65 | 0 | 0.92 | 0.69 | 0.19 | 344.61 | 0.86 | 0.44 |
| Hex | CF | 10 | 41 | 0 | 5C | 45 | 13 | 159 | 56 | 2C |
| Octal | 317 | 20 | 101 | 0 | 134 | 105 | 23 | 531 | 126 | 54 |
| Binary | 11001111 | 10000 | 1000001 | 0 | 1011100 | 1000101 | 10011 | 101011001 | 1010110 | 101100 |
Color Harmonies of #CF1041
Complementary color
Monochromatic Colors of #CF1041
Black with #CF1041
Text Example
Text Example
White with #CF1041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1041; }
p { color: rgb(207,16,65); }
H1.HeaderClassName
{
color: #CF1041;
}
.AnyTagClassName
{
color: #CF1041;
}
</style>
background-color css
<style>
a { background-color: #CF1041; }
a { background-color: rgb(207,16,65); }
div.DivClassName
{
background-color: #CF1041;
}
.BgClassName
{
background-color: #CF1041;
}
</style>
border-color css
<style>
span { border-color: #CF1041; }
span { border-color: rgb(207,16,65); }
td.TdClassName
{
border-color: #CF1041;
}
.TagClassName
{
border-color: #CF1041;
}
</style>