Shades of Crimson #CF0A46
Tints of Crimson #CF0A46
RGB
CMYK
RGB Variations
Color information
#CF0A46 (or 0xCF0A46) is known color: Crimson. HEX triplet: CF, 0A and 46. RGB value is (207,10,70). Sum of RGB (Red+Green+Blue) = 207+10+70=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0A46 is #30F5B9. Grayscale: #4B4B4B. Windows color (decimal): -3208634 or 4590287. OLE color: 4590287.
HSL color Cylindrical-coordinate representation of color #CF0A46: hue angle of 341.73º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0A46 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 70 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.19 |
| HSL | 341.73º | 0.91% | 0.43% | - |
| HSV(B) | 341.73º | 0.95% | 0.81% | - |
| XYZ | 26.95 | 13.92 | 7.06 | - |
| YUV | 75.74 | 124.77 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 70 | 0 | 0.95 | 0.66 | 0.19 | 341.73 | 0.91 | 0.43 |
| Hex | CF | A | 46 | 0 | 5F | 42 | 13 | 156 | 5B | 2B |
| Octal | 317 | 12 | 106 | 0 | 137 | 102 | 23 | 526 | 133 | 53 |
| Binary | 11001111 | 1010 | 1000110 | 0 | 1011111 | 1000010 | 10011 | 101010110 | 1011011 | 101011 |
Color Harmonies of #CF0A46
Complementary color
Monochromatic Colors of #CF0A46
Black with #CF0A46
Text Example
Text Example
White with #CF0A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0A46; }
p { color: rgb(207,10,70); }
H1.HeaderClassName
{
color: #CF0A46;
}
.AnyTagClassName
{
color: #CF0A46;
}
</style>
background-color css
<style>
a { background-color: #CF0A46; }
a { background-color: rgb(207,10,70); }
div.DivClassName
{
background-color: #CF0A46;
}
.BgClassName
{
background-color: #CF0A46;
}
</style>
border-color css
<style>
span { border-color: #CF0A46; }
span { border-color: rgb(207,10,70); }
td.TdClassName
{
border-color: #CF0A46;
}
.TagClassName
{
border-color: #CF0A46;
}
</style>