Shades of Crimson #CF164C
Tints of Crimson #CF164C
RGB
CMYK
RGB Variations
Color information
#CF164C (or 0xCF164C) is known color: Crimson. HEX triplet: CF, 16 and 4C. RGB value is (207,22,76). Sum of RGB (Red+Green+Blue) = 207+22+76=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF164C is #30E9B3. Grayscale: #535353. Windows color (decimal): -3205556 or 4986575. OLE color: 4986575.
HSL color Cylindrical-coordinate representation of color #CF164C: hue angle of 342.49º 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 #CF164C is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 76 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.19 |
| HSL | 342.49º | 0.81% | 0.45% | - |
| HSV(B) | 342.49º | 0.89% | 0.81% | - |
| XYZ | 27.32 | 14.36 | 8.17 | - |
| YUV | 83.47 | 123.79 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 76 | 0 | 0.89 | 0.63 | 0.19 | 342.49 | 0.81 | 0.45 |
| Hex | CF | 16 | 4C | 0 | 59 | 3F | 13 | 156 | 51 | 2D |
| Octal | 317 | 26 | 114 | 0 | 131 | 77 | 23 | 526 | 121 | 55 |
| Binary | 11001111 | 10110 | 1001100 | 0 | 1011001 | 111111 | 10011 | 101010110 | 1010001 | 101101 |
Color Harmonies of #CF164C
Complementary color
Monochromatic Colors of #CF164C
Black with #CF164C
Text Example
Text Example
White with #CF164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF164C; }
p { color: rgb(207,22,76); }
H1.HeaderClassName
{
color: #CF164C;
}
.AnyTagClassName
{
color: #CF164C;
}
</style>
background-color css
<style>
a { background-color: #CF164C; }
a { background-color: rgb(207,22,76); }
div.DivClassName
{
background-color: #CF164C;
}
.BgClassName
{
background-color: #CF164C;
}
</style>
border-color css
<style>
span { border-color: #CF164C; }
span { border-color: rgb(207,22,76); }
td.TdClassName
{
border-color: #CF164C;
}
.TagClassName
{
border-color: #CF164C;
}
</style>