Shades of Crimson #CF114D
Tints of Crimson #CF114D
RGB
CMYK
RGB Variations
Color information
#CF114D (or 0xCF114D) is known color: Crimson. HEX triplet: CF, 11 and 4D. RGB value is (207,17,77). Sum of RGB (Red+Green+Blue) = 207+17+77=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF114D is #30EEB2. Grayscale: #505050. Windows color (decimal): -3206835 or 5050831. OLE color: 5050831.
HSL color Cylindrical-coordinate representation of color #CF114D: hue angle of 341.05º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF114D is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 77 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.19 |
| HSL | 341.05º | 0.85% | 0.44% | - |
| HSV(B) | 341.05º | 0.92% | 0.81% | - |
| XYZ | 27.27 | 14.2 | 8.33 | - |
| YUV | 80.65 | 125.95 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 77 | 0 | 0.92 | 0.63 | 0.19 | 341.05 | 0.85 | 0.44 |
| Hex | CF | 11 | 4D | 0 | 5C | 3F | 13 | 155 | 55 | 2C |
| Octal | 317 | 21 | 115 | 0 | 134 | 77 | 23 | 525 | 125 | 54 |
| Binary | 11001111 | 10001 | 1001101 | 0 | 1011100 | 111111 | 10011 | 101010101 | 1010101 | 101100 |
Color Harmonies of #CF114D
Complementary color
Monochromatic Colors of #CF114D
Black with #CF114D
Text Example
Text Example
White with #CF114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF114D; }
p { color: rgb(207,17,77); }
H1.HeaderClassName
{
color: #CF114D;
}
.AnyTagClassName
{
color: #CF114D;
}
</style>
background-color css
<style>
a { background-color: #CF114D; }
a { background-color: rgb(207,17,77); }
div.DivClassName
{
background-color: #CF114D;
}
.BgClassName
{
background-color: #CF114D;
}
</style>
border-color css
<style>
span { border-color: #CF114D; }
span { border-color: rgb(207,17,77); }
td.TdClassName
{
border-color: #CF114D;
}
.TagClassName
{
border-color: #CF114D;
}
</style>