Shades of Crimson #CF0241
Tints of Crimson #CF0241
RGB
CMYK
RGB Variations
Color information
#CF0241 (or 0xCF0241) is known color: Crimson. HEX triplet: CF, 02 and 41. RGB value is (207,2,65). Sum of RGB (Red+Green+Blue) = 207+2+65=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0241 is #30FDBE. Grayscale: #464646. Windows color (decimal): -3210687 or 4260559. OLE color: 4260559.
HSL color Cylindrical-coordinate representation of color #CF0241: hue angle of 341.56º 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 #CF0241 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 65 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.19 |
| HSL | 341.56º | 0.98% | 0.41% | - |
| HSV(B) | 341.56º | 0.99% | 0.81% | - |
| XYZ | 26.71 | 13.69 | 6.24 | - |
| YUV | 70.48 | 124.92 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 65 | 0 | 0.99 | 0.69 | 0.19 | 341.56 | 0.98 | 0.41 |
| Hex | CF | 2 | 41 | 0 | 63 | 45 | 13 | 156 | 62 | 29 |
| Octal | 317 | 2 | 101 | 0 | 143 | 105 | 23 | 526 | 142 | 51 |
| Binary | 11001111 | 10 | 1000001 | 0 | 1100011 | 1000101 | 10011 | 101010110 | 1100010 | 101001 |
Color Harmonies of #CF0241
Complementary color
Monochromatic Colors of #CF0241
Black with #CF0241
Text Example
Text Example
White with #CF0241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0241; }
p { color: rgb(207,2,65); }
H1.HeaderClassName
{
color: #CF0241;
}
.AnyTagClassName
{
color: #CF0241;
}
</style>
background-color css
<style>
a { background-color: #CF0241; }
a { background-color: rgb(207,2,65); }
div.DivClassName
{
background-color: #CF0241;
}
.BgClassName
{
background-color: #CF0241;
}
</style>
border-color css
<style>
span { border-color: #CF0241; }
span { border-color: rgb(207,2,65); }
td.TdClassName
{
border-color: #CF0241;
}
.TagClassName
{
border-color: #CF0241;
}
</style>