Shades of Crimson #CF0849
Tints of Crimson #CF0849
RGB
CMYK
RGB Variations
Color information
#CF0849 (or 0xCF0849) is known color: Crimson. HEX triplet: CF, 08 and 49. RGB value is (207,8,73). Sum of RGB (Red+Green+Blue) = 207+8+73=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0849 is #30F7B6. Grayscale: #4A4A4A. Windows color (decimal): -3209143 or 4786383. OLE color: 4786383.
HSL color Cylindrical-coordinate representation of color #CF0849: hue angle of 340.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0849 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 73 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.19 |
| HSL | 340.4º | 0.93% | 0.42% | - |
| HSV(B) | 340.4º | 0.96% | 0.81% | - |
| XYZ | 27.02 | 13.92 | 7.57 | - |
| YUV | 74.91 | 126.93 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 73 | 0 | 0.96 | 0.65 | 0.19 | 340.4 | 0.93 | 0.42 |
| Hex | CF | 8 | 49 | 0 | 60 | 41 | 13 | 154 | 5D | 2A |
| Octal | 317 | 10 | 111 | 0 | 140 | 101 | 23 | 524 | 135 | 52 |
| Binary | 11001111 | 1000 | 1001001 | 0 | 1100000 | 1000001 | 10011 | 101010100 | 1011101 | 101010 |
Color Harmonies of #CF0849
Complementary color
Monochromatic Colors of #CF0849
Black with #CF0849
Text Example
Text Example
White with #CF0849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0849; }
p { color: rgb(207,8,73); }
H1.HeaderClassName
{
color: #CF0849;
}
.AnyTagClassName
{
color: #CF0849;
}
</style>
background-color css
<style>
a { background-color: #CF0849; }
a { background-color: rgb(207,8,73); }
div.DivClassName
{
background-color: #CF0849;
}
.BgClassName
{
background-color: #CF0849;
}
</style>
border-color css
<style>
span { border-color: #CF0849; }
span { border-color: rgb(207,8,73); }
td.TdClassName
{
border-color: #CF0849;
}
.TagClassName
{
border-color: #CF0849;
}
</style>