Shades of Crimson #CF0C4C
Tints of Crimson #CF0C4C
RGB
CMYK
RGB Variations
Color information
#CF0C4C (or 0xCF0C4C) is known color: Crimson. HEX triplet: CF, 0C and 4C. RGB value is (207,12,76). Sum of RGB (Red+Green+Blue) = 207+12+76=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0C4C is #30F3B3. Grayscale: #4D4D4D. Windows color (decimal): -3208116 or 4984015. OLE color: 4984015.
HSL color Cylindrical-coordinate representation of color #CF0C4C: hue angle of 340.31º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0C4C is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 12 | 76 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.19 |
| HSL | 340.31º | 0.89% | 0.43% | - |
| HSV(B) | 340.31º | 0.94% | 0.81% | - |
| XYZ | 27.17 | 14.05 | 8.12 | - |
| YUV | 77.6 | 127.1 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 76 | 0 | 0.94 | 0.63 | 0.19 | 340.31 | 0.89 | 0.43 |
| Hex | CF | C | 4C | 0 | 5E | 3F | 13 | 154 | 59 | 2B |
| Octal | 317 | 14 | 114 | 0 | 136 | 77 | 23 | 524 | 131 | 53 |
| Binary | 11001111 | 1100 | 1001100 | 0 | 1011110 | 111111 | 10011 | 101010100 | 1011001 | 101011 |
Color Harmonies of #CF0C4C
Complementary color
Monochromatic Colors of #CF0C4C
Black with #CF0C4C
Text Example
Text Example
White with #CF0C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0C4C; }
p { color: rgb(207,12,76); }
H1.HeaderClassName
{
color: #CF0C4C;
}
.AnyTagClassName
{
color: #CF0C4C;
}
</style>
background-color css
<style>
a { background-color: #CF0C4C; }
a { background-color: rgb(207,12,76); }
div.DivClassName
{
background-color: #CF0C4C;
}
.BgClassName
{
background-color: #CF0C4C;
}
</style>
border-color css
<style>
span { border-color: #CF0C4C; }
span { border-color: rgb(207,12,76); }
td.TdClassName
{
border-color: #CF0C4C;
}
.TagClassName
{
border-color: #CF0C4C;
}
</style>