Shades of Crimson #CF1241
Tints of Crimson #CF1241
RGB
CMYK
RGB Variations
Color information
#CF1241 (or 0xCF1241) is known color: Crimson. HEX triplet: CF, 12 and 41. RGB value is (207,18,65). Sum of RGB (Red+Green+Blue) = 207+18+65=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1241 is #30EDBE. Grayscale: #4F4F4F. Windows color (decimal): -3206591 or 4264655. OLE color: 4264655.
HSL color Cylindrical-coordinate representation of color #CF1241: hue angle of 345.08º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1241 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 65 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.19 |
| HSL | 345.08º | 0.84% | 0.44% | - |
| HSV(B) | 345.08º | 0.91% | 0.81% | - |
| XYZ | 26.9 | 14.08 | 6.3 | - |
| YUV | 79.87 | 119.62 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 65 | 0 | 0.91 | 0.69 | 0.19 | 345.08 | 0.84 | 0.44 |
| Hex | CF | 12 | 41 | 0 | 5B | 45 | 13 | 159 | 54 | 2C |
| Octal | 317 | 22 | 101 | 0 | 133 | 105 | 23 | 531 | 124 | 54 |
| Binary | 11001111 | 10010 | 1000001 | 0 | 1011011 | 1000101 | 10011 | 101011001 | 1010100 | 101100 |
Color Harmonies of #CF1241
Complementary color
Monochromatic Colors of #CF1241
Black with #CF1241
Text Example
Text Example
White with #CF1241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1241; }
p { color: rgb(207,18,65); }
H1.HeaderClassName
{
color: #CF1241;
}
.AnyTagClassName
{
color: #CF1241;
}
</style>
background-color css
<style>
a { background-color: #CF1241; }
a { background-color: rgb(207,18,65); }
div.DivClassName
{
background-color: #CF1241;
}
.BgClassName
{
background-color: #CF1241;
}
</style>
border-color css
<style>
span { border-color: #CF1241; }
span { border-color: rgb(207,18,65); }
td.TdClassName
{
border-color: #CF1241;
}
.TagClassName
{
border-color: #CF1241;
}
</style>