Shades of Crimson #CF154E
Tints of Crimson #CF154E
RGB
CMYK
RGB Variations
Color information
#CF154E (or 0xCF154E) is known color: Crimson. HEX triplet: CF, 15 and 4E. RGB value is (207,21,78). Sum of RGB (Red+Green+Blue) = 207+21+78=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF154E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF154E is #30EAB1. Grayscale: #535353. Windows color (decimal): -3205810 or 5117391. OLE color: 5117391.
HSL color Cylindrical-coordinate representation of color #CF154E: hue angle of 341.61º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF154E is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 78 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.19 |
| HSL | 341.61º | 0.82% | 0.45% | - |
| HSV(B) | 341.61º | 0.9% | 0.81% | - |
| XYZ | 27.38 | 14.35 | 8.54 | - |
| YUV | 83.11 | 125.12 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 78 | 0 | 0.90 | 0.62 | 0.19 | 341.61 | 0.82 | 0.45 |
| Hex | CF | 15 | 4E | 0 | 5A | 3E | 13 | 156 | 52 | 2D |
| Octal | 317 | 25 | 116 | 0 | 132 | 76 | 23 | 526 | 122 | 55 |
| Binary | 11001111 | 10101 | 1001110 | 0 | 1011010 | 111110 | 10011 | 101010110 | 1010010 | 101101 |
Color Harmonies of #CF154E
Complementary color
Monochromatic Colors of #CF154E
Black with #CF154E
Text Example
Text Example
White with #CF154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF154E; }
p { color: rgb(207,21,78); }
H1.HeaderClassName
{
color: #CF154E;
}
.AnyTagClassName
{
color: #CF154E;
}
</style>
background-color css
<style>
a { background-color: #CF154E; }
a { background-color: rgb(207,21,78); }
div.DivClassName
{
background-color: #CF154E;
}
.BgClassName
{
background-color: #CF154E;
}
</style>
border-color css
<style>
span { border-color: #CF154E; }
span { border-color: rgb(207,21,78); }
td.TdClassName
{
border-color: #CF154E;
}
.TagClassName
{
border-color: #CF154E;
}
</style>