Shades of Crimson #CF0040
Tints of Crimson #CF0040
RGB
CMYK
RGB Variations
Color information
#CF0040 (or 0xCF0040) is known color: Crimson. HEX triplet: CF, 00 and 40. RGB value is (207,0,64). Sum of RGB (Red+Green+Blue) = 207+0+64=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0040 is #30FFBF. Grayscale: #454545. Windows color (decimal): -3211200 or 4194511. OLE color: 4194511.
HSL color Cylindrical-coordinate representation of color #CF0040: hue angle of 341.45º 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 #CF0040 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.69 | 0.19 |
| HSL | 341.45º | 1% | 0.41% | - |
| HSV(B) | 341.45º | 1% | 0.81% | - |
| XYZ | 26.66 | 13.64 | 6.08 | - |
| YUV | 69.19 | 125.08 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 64 | 0 | 1 | 0.69 | 0.19 | 341.45 | 1 | 0.41 |
| Hex | CF | 0 | 40 | 0 | 64 | 45 | 13 | 155 | 64 | 29 |
| Octal | 317 | 0 | 100 | 0 | 144 | 105 | 23 | 525 | 144 | 51 |
| Binary | 11001111 | 0 | 1000000 | 0 | 1100100 | 1000101 | 10011 | 101010101 | 1100100 | 101001 |
Color Harmonies of #CF0040
Complementary color
Monochromatic Colors of #CF0040
Black with #CF0040
Text Example
Text Example
White with #CF0040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0040; }
p { color: rgb(207,0,64); }
H1.HeaderClassName
{
color: #CF0040;
}
.AnyTagClassName
{
color: #CF0040;
}
</style>
background-color css
<style>
a { background-color: #CF0040; }
a { background-color: rgb(207,0,64); }
div.DivClassName
{
background-color: #CF0040;
}
.BgClassName
{
background-color: #CF0040;
}
</style>
border-color css
<style>
span { border-color: #CF0040; }
span { border-color: rgb(207,0,64); }
td.TdClassName
{
border-color: #CF0040;
}
.TagClassName
{
border-color: #CF0040;
}
</style>