Shades of Crimson #CF0041
Tints of Crimson #CF0041
RGB
CMYK
RGB Variations
Color information
#CF0041 (or 0xCF0041) is known color: Crimson. HEX triplet: CF, 00 and 41. RGB value is (207,0,65). Sum of RGB (Red+Green+Blue) = 207+0+65=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0041 is #30FFBE. Grayscale: #454545. Windows color (decimal): -3211199 or 4260047. OLE color: 4260047.
HSL color Cylindrical-coordinate representation of color #CF0041: hue angle of 341.16º 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 #CF0041 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 65 | - |
| CMYK | 0 | 1 | 0.69 | 0.19 |
| HSL | 341.16º | 1% | 0.41% | - |
| HSV(B) | 341.16º | 1% | 0.81% | - |
| XYZ | 26.69 | 13.65 | 6.23 | - |
| YUV | 69.3 | 125.58 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 65 | 0 | 1 | 0.69 | 0.19 | 341.16 | 1 | 0.41 |
| Hex | CF | 0 | 41 | 0 | 64 | 45 | 13 | 155 | 64 | 29 |
| Octal | 317 | 0 | 101 | 0 | 144 | 105 | 23 | 525 | 144 | 51 |
| Binary | 11001111 | 0 | 1000001 | 0 | 1100100 | 1000101 | 10011 | 101010101 | 1100100 | 101001 |
Color Harmonies of #CF0041
Complementary color
Monochromatic Colors of #CF0041
Black with #CF0041
Text Example
Text Example
White with #CF0041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0041; }
p { color: rgb(207,0,65); }
H1.HeaderClassName
{
color: #CF0041;
}
.AnyTagClassName
{
color: #CF0041;
}
</style>
background-color css
<style>
a { background-color: #CF0041; }
a { background-color: rgb(207,0,65); }
div.DivClassName
{
background-color: #CF0041;
}
.BgClassName
{
background-color: #CF0041;
}
</style>
border-color css
<style>
span { border-color: #CF0041; }
span { border-color: rgb(207,0,65); }
td.TdClassName
{
border-color: #CF0041;
}
.TagClassName
{
border-color: #CF0041;
}
</style>