Shades of Crimson #CF0249
Tints of Crimson #CF0249
RGB
CMYK
RGB Variations
Color information
#CF0249 (or 0xCF0249) is known color: Crimson. HEX triplet: CF, 02 and 49. RGB value is (207,2,73). Sum of RGB (Red+Green+Blue) = 207+2+73=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0249 is #30FDB6. Grayscale: #474747. Windows color (decimal): -3210679 or 4784847. OLE color: 4784847.
HSL color Cylindrical-coordinate representation of color #CF0249: hue angle of 339.22º 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 #CF0249 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 73 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.19 |
| HSL | 339.22º | 0.98% | 0.41% | - |
| HSV(B) | 339.22º | 0.99% | 0.81% | - |
| XYZ | 26.96 | 13.79 | 7.54 | - |
| YUV | 71.39 | 128.92 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 73 | 0 | 0.99 | 0.65 | 0.19 | 339.22 | 0.98 | 0.41 |
| Hex | CF | 2 | 49 | 0 | 63 | 41 | 13 | 153 | 62 | 29 |
| Octal | 317 | 2 | 111 | 0 | 143 | 101 | 23 | 523 | 142 | 51 |
| Binary | 11001111 | 10 | 1001001 | 0 | 1100011 | 1000001 | 10011 | 101010011 | 1100010 | 101001 |
Color Harmonies of #CF0249
Complementary color
Monochromatic Colors of #CF0249
Black with #CF0249
Text Example
Text Example
White with #CF0249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0249; }
p { color: rgb(207,2,73); }
H1.HeaderClassName
{
color: #CF0249;
}
.AnyTagClassName
{
color: #CF0249;
}
</style>
background-color css
<style>
a { background-color: #CF0249; }
a { background-color: rgb(207,2,73); }
div.DivClassName
{
background-color: #CF0249;
}
.BgClassName
{
background-color: #CF0249;
}
</style>
border-color css
<style>
span { border-color: #CF0249; }
span { border-color: rgb(207,2,73); }
td.TdClassName
{
border-color: #CF0249;
}
.TagClassName
{
border-color: #CF0249;
}
</style>