Shades of Crimson #CF124D
Tints of Crimson #CF124D
RGB
CMYK
RGB Variations
Color information
#CF124D (or 0xCF124D) is known color: Crimson. HEX triplet: CF, 12 and 4D. RGB value is (207,18,77). Sum of RGB (Red+Green+Blue) = 207+18+77=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF124D is #30EDB2. Grayscale: #515151. Windows color (decimal): -3206579 or 5051087. OLE color: 5051087.
HSL color Cylindrical-coordinate representation of color #CF124D: hue angle of 341.27º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF124D is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 77 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.19 |
| HSL | 341.27º | 0.84% | 0.44% | - |
| HSV(B) | 341.27º | 0.91% | 0.81% | - |
| XYZ | 27.29 | 14.23 | 8.33 | - |
| YUV | 81.24 | 125.62 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 77 | 0 | 0.91 | 0.63 | 0.19 | 341.27 | 0.84 | 0.44 |
| Hex | CF | 12 | 4D | 0 | 5B | 3F | 13 | 155 | 54 | 2C |
| Octal | 317 | 22 | 115 | 0 | 133 | 77 | 23 | 525 | 124 | 54 |
| Binary | 11001111 | 10010 | 1001101 | 0 | 1011011 | 111111 | 10011 | 101010101 | 1010100 | 101100 |
Color Harmonies of #CF124D
Complementary color
Monochromatic Colors of #CF124D
Black with #CF124D
Text Example
Text Example
White with #CF124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF124D; }
p { color: rgb(207,18,77); }
H1.HeaderClassName
{
color: #CF124D;
}
.AnyTagClassName
{
color: #CF124D;
}
</style>
background-color css
<style>
a { background-color: #CF124D; }
a { background-color: rgb(207,18,77); }
div.DivClassName
{
background-color: #CF124D;
}
.BgClassName
{
background-color: #CF124D;
}
</style>
border-color css
<style>
span { border-color: #CF124D; }
span { border-color: rgb(207,18,77); }
td.TdClassName
{
border-color: #CF124D;
}
.TagClassName
{
border-color: #CF124D;
}
</style>