Shades of Crimson #CF0840
Tints of Crimson #CF0840
RGB
CMYK
RGB Variations
Color information
#CF0840 (or 0xCF0840) is known color: Crimson. HEX triplet: CF, 08 and 40. RGB value is (207,8,64). Sum of RGB (Red+Green+Blue) = 207+8+64=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0840 is #30F7BF. Grayscale: #494949. Windows color (decimal): -3209152 or 4196559. OLE color: 4196559.
HSL color Cylindrical-coordinate representation of color #CF0840: hue angle of 343.12º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0840 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 64 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.19 |
| HSL | 343.12º | 0.93% | 0.42% | - |
| HSV(B) | 343.12º | 0.96% | 0.81% | - |
| XYZ | 26.74 | 13.81 | 6.11 | - |
| YUV | 73.89 | 122.43 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 64 | 0 | 0.96 | 0.69 | 0.19 | 343.12 | 0.93 | 0.42 |
| Hex | CF | 8 | 40 | 0 | 60 | 45 | 13 | 157 | 5D | 2A |
| Octal | 317 | 10 | 100 | 0 | 140 | 105 | 23 | 527 | 135 | 52 |
| Binary | 11001111 | 1000 | 1000000 | 0 | 1100000 | 1000101 | 10011 | 101010111 | 1011101 | 101010 |
Color Harmonies of #CF0840
Complementary color
Monochromatic Colors of #CF0840
Black with #CF0840
Text Example
Text Example
White with #CF0840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0840; }
p { color: rgb(207,8,64); }
H1.HeaderClassName
{
color: #CF0840;
}
.AnyTagClassName
{
color: #CF0840;
}
</style>
background-color css
<style>
a { background-color: #CF0840; }
a { background-color: rgb(207,8,64); }
div.DivClassName
{
background-color: #CF0840;
}
.BgClassName
{
background-color: #CF0840;
}
</style>
border-color css
<style>
span { border-color: #CF0840; }
span { border-color: rgb(207,8,64); }
td.TdClassName
{
border-color: #CF0840;
}
.TagClassName
{
border-color: #CF0840;
}
</style>