Shades of Crimson #CF1639
Tints of Crimson #CF1639
RGB
CMYK
RGB Variations
Color information
#CF1639 (or 0xCF1639) is known color: Crimson. HEX triplet: CF, 16 and 39. RGB value is (207,22,57). Sum of RGB (Red+Green+Blue) = 207+22+57=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1639 is #30E9C6. Grayscale: #515151. Windows color (decimal): -3205575 or 3741391. OLE color: 3741391.
HSL color Cylindrical-coordinate representation of color #CF1639: hue angle of 348.65º 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 #CF1639 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 57 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.19 |
| HSL | 348.65º | 0.81% | 0.45% | - |
| HSV(B) | 348.65º | 0.89% | 0.81% | - |
| XYZ | 26.76 | 14.13 | 5.19 | - |
| YUV | 81.31 | 114.29 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 57 | 0 | 0.89 | 0.72 | 0.19 | 348.65 | 0.81 | 0.45 |
| Hex | CF | 16 | 39 | 0 | 59 | 48 | 13 | 15D | 51 | 2D |
| Octal | 317 | 26 | 71 | 0 | 131 | 110 | 23 | 535 | 121 | 55 |
| Binary | 11001111 | 10110 | 111001 | 0 | 1011001 | 1001000 | 10011 | 101011101 | 1010001 | 101101 |
Color Harmonies of #CF1639
Complementary color
Monochromatic Colors of #CF1639
Black with #CF1639
Text Example
Text Example
White with #CF1639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1639; }
p { color: rgb(207,22,57); }
H1.HeaderClassName
{
color: #CF1639;
}
.AnyTagClassName
{
color: #CF1639;
}
</style>
background-color css
<style>
a { background-color: #CF1639; }
a { background-color: rgb(207,22,57); }
div.DivClassName
{
background-color: #CF1639;
}
.BgClassName
{
background-color: #CF1639;
}
</style>
border-color css
<style>
span { border-color: #CF1639; }
span { border-color: rgb(207,22,57); }
td.TdClassName
{
border-color: #CF1639;
}
.TagClassName
{
border-color: #CF1639;
}
</style>