Shades of Crimson #CF1641
Tints of Crimson #CF1641
RGB
CMYK
RGB Variations
Color information
#CF1641 (or 0xCF1641) is known color: Crimson. HEX triplet: CF, 16 and 41. RGB value is (207,22,65). Sum of RGB (Red+Green+Blue) = 207+22+65=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1641 is #30E9BE. Grayscale: #525252. Windows color (decimal): -3205567 or 4265679. OLE color: 4265679.
HSL color Cylindrical-coordinate representation of color #CF1641: hue angle of 346.05º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1641 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 65 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.19 |
| HSL | 346.05º | 0.81% | 0.45% | - |
| HSV(B) | 346.05º | 0.89% | 0.81% | - |
| XYZ | 26.97 | 14.22 | 6.32 | - |
| YUV | 82.22 | 118.29 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 65 | 0 | 0.89 | 0.69 | 0.19 | 346.05 | 0.81 | 0.45 |
| Hex | CF | 16 | 41 | 0 | 59 | 45 | 13 | 15A | 51 | 2D |
| Octal | 317 | 26 | 101 | 0 | 131 | 105 | 23 | 532 | 121 | 55 |
| Binary | 11001111 | 10110 | 1000001 | 0 | 1011001 | 1000101 | 10011 | 101011010 | 1010001 | 101101 |
Color Harmonies of #CF1641
Complementary color
Monochromatic Colors of #CF1641
Black with #CF1641
Text Example
Text Example
White with #CF1641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1641; }
p { color: rgb(207,22,65); }
H1.HeaderClassName
{
color: #CF1641;
}
.AnyTagClassName
{
color: #CF1641;
}
</style>
background-color css
<style>
a { background-color: #CF1641; }
a { background-color: rgb(207,22,65); }
div.DivClassName
{
background-color: #CF1641;
}
.BgClassName
{
background-color: #CF1641;
}
</style>
border-color css
<style>
span { border-color: #CF1641; }
span { border-color: rgb(207,22,65); }
td.TdClassName
{
border-color: #CF1641;
}
.TagClassName
{
border-color: #CF1641;
}
</style>