Shades of Crimson #CF164B
Tints of Crimson #CF164B
RGB
CMYK
RGB Variations
Color information
#CF164B (or 0xCF164B) is known color: Crimson. HEX triplet: CF, 16 and 4B. RGB value is (207,22,75). Sum of RGB (Red+Green+Blue) = 207+22+75=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF164B is #30E9B4. Grayscale: #535353. Windows color (decimal): -3205557 or 4921039. OLE color: 4921039.
HSL color Cylindrical-coordinate representation of color #CF164B: hue angle of 342.81º 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 #CF164B is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 75 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.19 |
| HSL | 342.81º | 0.81% | 0.45% | - |
| HSV(B) | 342.81º | 0.89% | 0.81% | - |
| XYZ | 27.29 | 14.35 | 7.99 | - |
| YUV | 83.36 | 123.29 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 75 | 0 | 0.89 | 0.64 | 0.19 | 342.81 | 0.81 | 0.45 |
| Hex | CF | 16 | 4B | 0 | 59 | 40 | 13 | 157 | 51 | 2D |
| Octal | 317 | 26 | 113 | 0 | 131 | 100 | 23 | 527 | 121 | 55 |
| Binary | 11001111 | 10110 | 1001011 | 0 | 1011001 | 1000000 | 10011 | 101010111 | 1010001 | 101101 |
Color Harmonies of #CF164B
Complementary color
Monochromatic Colors of #CF164B
Black with #CF164B
Text Example
Text Example
White with #CF164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF164B; }
p { color: rgb(207,22,75); }
H1.HeaderClassName
{
color: #CF164B;
}
.AnyTagClassName
{
color: #CF164B;
}
</style>
background-color css
<style>
a { background-color: #CF164B; }
a { background-color: rgb(207,22,75); }
div.DivClassName
{
background-color: #CF164B;
}
.BgClassName
{
background-color: #CF164B;
}
</style>
border-color css
<style>
span { border-color: #CF164B; }
span { border-color: rgb(207,22,75); }
td.TdClassName
{
border-color: #CF164B;
}
.TagClassName
{
border-color: #CF164B;
}
</style>