Shades of Crimson #CF1040
Tints of Crimson #CF1040
RGB
CMYK
RGB Variations
Color information
#CF1040 (or 0xCF1040) is known color: Crimson. HEX triplet: CF, 10 and 40. RGB value is (207,16,64). Sum of RGB (Red+Green+Blue) = 207+16+64=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1040 is #30EFBF. Grayscale: #4E4E4E. Windows color (decimal): -3207104 or 4198607. OLE color: 4198607.
HSL color Cylindrical-coordinate representation of color #CF1040: hue angle of 344.92º 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 #CF1040 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 64 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.19 |
| HSL | 344.92º | 0.86% | 0.44% | - |
| HSV(B) | 344.92º | 0.92% | 0.81% | - |
| XYZ | 26.84 | 14.01 | 6.14 | - |
| YUV | 78.58 | 119.78 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 64 | 0 | 0.92 | 0.69 | 0.19 | 344.92 | 0.86 | 0.44 |
| Hex | CF | 10 | 40 | 0 | 5C | 45 | 13 | 159 | 56 | 2C |
| Octal | 317 | 20 | 100 | 0 | 134 | 105 | 23 | 531 | 126 | 54 |
| Binary | 11001111 | 10000 | 1000000 | 0 | 1011100 | 1000101 | 10011 | 101011001 | 1010110 | 101100 |
Color Harmonies of #CF1040
Complementary color
Monochromatic Colors of #CF1040
Black with #CF1040
Text Example
Text Example
White with #CF1040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1040; }
p { color: rgb(207,16,64); }
H1.HeaderClassName
{
color: #CF1040;
}
.AnyTagClassName
{
color: #CF1040;
}
</style>
background-color css
<style>
a { background-color: #CF1040; }
a { background-color: rgb(207,16,64); }
div.DivClassName
{
background-color: #CF1040;
}
.BgClassName
{
background-color: #CF1040;
}
</style>
border-color css
<style>
span { border-color: #CF1040; }
span { border-color: rgb(207,16,64); }
td.TdClassName
{
border-color: #CF1040;
}
.TagClassName
{
border-color: #CF1040;
}
</style>