Shades of Crimson #CF0240
Tints of Crimson #CF0240
RGB
CMYK
RGB Variations
Color information
#CF0240 (or 0xCF0240) is known color: Crimson. HEX triplet: CF, 02 and 40. RGB value is (207,2,64). Sum of RGB (Red+Green+Blue) = 207+2+64=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0240 is #30FDBF. Grayscale: #464646. Windows color (decimal): -3210688 or 4195023. OLE color: 4195023.
HSL color Cylindrical-coordinate representation of color #CF0240: hue angle of 341.85º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0240 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.19 |
| HSL | 341.85º | 0.98% | 0.41% | - |
| HSV(B) | 341.85º | 0.99% | 0.81% | - |
| XYZ | 26.68 | 13.68 | 6.08 | - |
| YUV | 70.36 | 124.42 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 64 | 0 | 0.99 | 0.69 | 0.19 | 341.85 | 0.98 | 0.41 |
| Hex | CF | 2 | 40 | 0 | 63 | 45 | 13 | 156 | 62 | 29 |
| Octal | 317 | 2 | 100 | 0 | 143 | 105 | 23 | 526 | 142 | 51 |
| Binary | 11001111 | 10 | 1000000 | 0 | 1100011 | 1000101 | 10011 | 101010110 | 1100010 | 101001 |
Color Harmonies of #CF0240
Complementary color
Monochromatic Colors of #CF0240
Black with #CF0240
Text Example
Text Example
White with #CF0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0240; }
p { color: rgb(207,2,64); }
H1.HeaderClassName
{
color: #CF0240;
}
.AnyTagClassName
{
color: #CF0240;
}
</style>
background-color css
<style>
a { background-color: #CF0240; }
a { background-color: rgb(207,2,64); }
div.DivClassName
{
background-color: #CF0240;
}
.BgClassName
{
background-color: #CF0240;
}
</style>
border-color css
<style>
span { border-color: #CF0240; }
span { border-color: rgb(207,2,64); }
td.TdClassName
{
border-color: #CF0240;
}
.TagClassName
{
border-color: #CF0240;
}
</style>