Shades of Crimson #CF124C
Tints of Crimson #CF124C
RGB
CMYK
RGB Variations
Color information
#CF124C (or 0xCF124C) is known color: Crimson. HEX triplet: CF, 12 and 4C. RGB value is (207,18,76). Sum of RGB (Red+Green+Blue) = 207+18+76=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF124C is #30EDB3. Grayscale: #515151. Windows color (decimal): -3206580 or 4985551. OLE color: 4985551.
HSL color Cylindrical-coordinate representation of color #CF124C: hue angle of 341.59º 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 #CF124C is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 76 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.19 |
| HSL | 341.59º | 0.84% | 0.44% | - |
| HSV(B) | 341.59º | 0.91% | 0.81% | - |
| XYZ | 27.25 | 14.22 | 8.15 | - |
| YUV | 81.12 | 125.12 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 76 | 0 | 0.91 | 0.63 | 0.19 | 341.59 | 0.84 | 0.44 |
| Hex | CF | 12 | 4C | 0 | 5B | 3F | 13 | 156 | 54 | 2C |
| Octal | 317 | 22 | 114 | 0 | 133 | 77 | 23 | 526 | 124 | 54 |
| Binary | 11001111 | 10010 | 1001100 | 0 | 1011011 | 111111 | 10011 | 101010110 | 1010100 | 101100 |
Color Harmonies of #CF124C
Complementary color
Monochromatic Colors of #CF124C
Black with #CF124C
Text Example
Text Example
White with #CF124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF124C; }
p { color: rgb(207,18,76); }
H1.HeaderClassName
{
color: #CF124C;
}
.AnyTagClassName
{
color: #CF124C;
}
</style>
background-color css
<style>
a { background-color: #CF124C; }
a { background-color: rgb(207,18,76); }
div.DivClassName
{
background-color: #CF124C;
}
.BgClassName
{
background-color: #CF124C;
}
</style>
border-color css
<style>
span { border-color: #CF124C; }
span { border-color: rgb(207,18,76); }
td.TdClassName
{
border-color: #CF124C;
}
.TagClassName
{
border-color: #CF124C;
}
</style>