Shades of Crimson #CF1249
Tints of Crimson #CF1249
RGB
CMYK
RGB Variations
Color information
#CF1249 (or 0xCF1249) is known color: Crimson. HEX triplet: CF, 12 and 49. RGB value is (207,18,73). Sum of RGB (Red+Green+Blue) = 207+18+73=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1249 is #30EDB6. Grayscale: #505050. Windows color (decimal): -3206583 or 4788943. OLE color: 4788943.
HSL color Cylindrical-coordinate representation of color #CF1249: hue angle of 342.54º 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 #CF1249 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 73 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.19 |
| HSL | 342.54º | 0.84% | 0.44% | - |
| HSV(B) | 342.54º | 0.91% | 0.81% | - |
| XYZ | 27.15 | 14.18 | 7.61 | - |
| YUV | 80.78 | 123.62 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 73 | 0 | 0.91 | 0.65 | 0.19 | 342.54 | 0.84 | 0.44 |
| Hex | CF | 12 | 49 | 0 | 5B | 41 | 13 | 157 | 54 | 2C |
| Octal | 317 | 22 | 111 | 0 | 133 | 101 | 23 | 527 | 124 | 54 |
| Binary | 11001111 | 10010 | 1001001 | 0 | 1011011 | 1000001 | 10011 | 101010111 | 1010100 | 101100 |
Color Harmonies of #CF1249
Complementary color
Monochromatic Colors of #CF1249
Black with #CF1249
Text Example
Text Example
White with #CF1249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1249; }
p { color: rgb(207,18,73); }
H1.HeaderClassName
{
color: #CF1249;
}
.AnyTagClassName
{
color: #CF1249;
}
</style>
background-color css
<style>
a { background-color: #CF1249; }
a { background-color: rgb(207,18,73); }
div.DivClassName
{
background-color: #CF1249;
}
.BgClassName
{
background-color: #CF1249;
}
</style>
border-color css
<style>
span { border-color: #CF1249; }
span { border-color: rgb(207,18,73); }
td.TdClassName
{
border-color: #CF1249;
}
.TagClassName
{
border-color: #CF1249;
}
</style>