Shades of Crimson #CF0946
Tints of Crimson #CF0946
RGB
CMYK
RGB Variations
Color information
#CF0946 (or 0xCF0946) is known color: Crimson. HEX triplet: CF, 09 and 46. RGB value is (207,9,70). Sum of RGB (Red+Green+Blue) = 207+9+70=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0946 is #30F6B9. Grayscale: #4B4B4B. Windows color (decimal): -3208890 or 4590031. OLE color: 4590031.
HSL color Cylindrical-coordinate representation of color #CF0946: hue angle of 341.52º degrees, saturation: 0.92, 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 #CF0946 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 70 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.19 |
| HSL | 341.52º | 0.92% | 0.42% | - |
| HSV(B) | 341.52º | 0.96% | 0.81% | - |
| XYZ | 26.94 | 13.9 | 7.06 | - |
| YUV | 75.16 | 125.1 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 70 | 0 | 0.96 | 0.66 | 0.19 | 341.52 | 0.92 | 0.42 |
| Hex | CF | 9 | 46 | 0 | 60 | 42 | 13 | 156 | 5C | 2A |
| Octal | 317 | 11 | 106 | 0 | 140 | 102 | 23 | 526 | 134 | 52 |
| Binary | 11001111 | 1001 | 1000110 | 0 | 1100000 | 1000010 | 10011 | 101010110 | 1011100 | 101010 |
Color Harmonies of #CF0946
Complementary color
Monochromatic Colors of #CF0946
Black with #CF0946
Text Example
Text Example
White with #CF0946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0946; }
p { color: rgb(207,9,70); }
H1.HeaderClassName
{
color: #CF0946;
}
.AnyTagClassName
{
color: #CF0946;
}
</style>
background-color css
<style>
a { background-color: #CF0946; }
a { background-color: rgb(207,9,70); }
div.DivClassName
{
background-color: #CF0946;
}
.BgClassName
{
background-color: #CF0946;
}
</style>
border-color css
<style>
span { border-color: #CF0946; }
span { border-color: rgb(207,9,70); }
td.TdClassName
{
border-color: #CF0946;
}
.TagClassName
{
border-color: #CF0946;
}
</style>