Shades of Crimson #CF0F46
Tints of Crimson #CF0F46
RGB
CMYK
RGB Variations
Color information
#CF0F46 (or 0xCF0F46) is known color: Crimson. HEX triplet: CF, 0F and 46. RGB value is (207,15,70). Sum of RGB (Red+Green+Blue) = 207+15+70=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0F46 is #30F0B9. Grayscale: #4E4E4E. Windows color (decimal): -3207354 or 4591567. OLE color: 4591567.
HSL color Cylindrical-coordinate representation of color #CF0F46: hue angle of 342.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F46 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 70 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.19 |
| HSL | 342.81º | 0.86% | 0.44% | - |
| HSV(B) | 342.81º | 0.93% | 0.81% | - |
| XYZ | 27.01 | 14.05 | 7.08 | - |
| YUV | 78.68 | 123.11 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 70 | 0 | 0.93 | 0.66 | 0.19 | 342.81 | 0.86 | 0.44 |
| Hex | CF | F | 46 | 0 | 5D | 42 | 13 | 157 | 56 | 2C |
| Octal | 317 | 17 | 106 | 0 | 135 | 102 | 23 | 527 | 126 | 54 |
| Binary | 11001111 | 1111 | 1000110 | 0 | 1011101 | 1000010 | 10011 | 101010111 | 1010110 | 101100 |
Color Harmonies of #CF0F46
Complementary color
Monochromatic Colors of #CF0F46
Black with #CF0F46
Text Example
Text Example
White with #CF0F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F46; }
p { color: rgb(207,15,70); }
H1.HeaderClassName
{
color: #CF0F46;
}
.AnyTagClassName
{
color: #CF0F46;
}
</style>
background-color css
<style>
a { background-color: #CF0F46; }
a { background-color: rgb(207,15,70); }
div.DivClassName
{
background-color: #CF0F46;
}
.BgClassName
{
background-color: #CF0F46;
}
</style>
border-color css
<style>
span { border-color: #CF0F46; }
span { border-color: rgb(207,15,70); }
td.TdClassName
{
border-color: #CF0F46;
}
.TagClassName
{
border-color: #CF0F46;
}
</style>