Shades of Crimson #CF1643
Tints of Crimson #CF1643
RGB
CMYK
RGB Variations
Color information
#CF1643 (or 0xCF1643) is known color: Crimson. HEX triplet: CF, 16 and 43. RGB value is (207,22,67). Sum of RGB (Red+Green+Blue) = 207+22+67=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1643 is #30E9BC. Grayscale: #525252. Windows color (decimal): -3205565 or 4396751. OLE color: 4396751.
HSL color Cylindrical-coordinate representation of color #CF1643: hue angle of 345.41º 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 #CF1643 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 67 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.19 |
| HSL | 345.41º | 0.81% | 0.45% | - |
| HSV(B) | 345.41º | 0.89% | 0.81% | - |
| XYZ | 27.03 | 14.24 | 6.63 | - |
| YUV | 82.45 | 119.29 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 67 | 0 | 0.89 | 0.68 | 0.19 | 345.41 | 0.81 | 0.45 |
| Hex | CF | 16 | 43 | 0 | 59 | 44 | 13 | 159 | 51 | 2D |
| Octal | 317 | 26 | 103 | 0 | 131 | 104 | 23 | 531 | 121 | 55 |
| Binary | 11001111 | 10110 | 1000011 | 0 | 1011001 | 1000100 | 10011 | 101011001 | 1010001 | 101101 |
Color Harmonies of #CF1643
Complementary color
Monochromatic Colors of #CF1643
Black with #CF1643
Text Example
Text Example
White with #CF1643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1643; }
p { color: rgb(207,22,67); }
H1.HeaderClassName
{
color: #CF1643;
}
.AnyTagClassName
{
color: #CF1643;
}
</style>
background-color css
<style>
a { background-color: #CF1643; }
a { background-color: rgb(207,22,67); }
div.DivClassName
{
background-color: #CF1643;
}
.BgClassName
{
background-color: #CF1643;
}
</style>
border-color css
<style>
span { border-color: #CF1643; }
span { border-color: rgb(207,22,67); }
td.TdClassName
{
border-color: #CF1643;
}
.TagClassName
{
border-color: #CF1643;
}
</style>