Shades of Crimson #CF043E
Tints of Crimson #CF043E
RGB
CMYK
RGB Variations
Color information
#CF043E (or 0xCF043E) is known color: Crimson. HEX triplet: CF, 04 and 3E. RGB value is (207,4,62). Sum of RGB (Red+Green+Blue) = 207+4+62=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF043E is #30FBC1. Grayscale: #474747. Windows color (decimal): -3210178 or 4064463. OLE color: 4064463.
HSL color Cylindrical-coordinate representation of color #CF043E: hue angle of 342.86º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF043E is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.19 |
| HSL | 342.86º | 0.96% | 0.41% | - |
| HSV(B) | 342.86º | 0.98% | 0.81% | - |
| XYZ | 26.65 | 13.7 | 5.8 | - |
| YUV | 71.31 | 122.75 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 62 | 0 | 0.98 | 0.70 | 0.19 | 342.86 | 0.96 | 0.41 |
| Hex | CF | 4 | 3E | 0 | 62 | 46 | 13 | 157 | 60 | 29 |
| Octal | 317 | 4 | 76 | 0 | 142 | 106 | 23 | 527 | 140 | 51 |
| Binary | 11001111 | 100 | 111110 | 0 | 1100010 | 1000110 | 10011 | 101010111 | 1100000 | 101001 |
Color Harmonies of #CF043E
Complementary color
Monochromatic Colors of #CF043E
Black with #CF043E
Text Example
Text Example
White with #CF043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF043E; }
p { color: rgb(207,4,62); }
H1.HeaderClassName
{
color: #CF043E;
}
.AnyTagClassName
{
color: #CF043E;
}
</style>
background-color css
<style>
a { background-color: #CF043E; }
a { background-color: rgb(207,4,62); }
div.DivClassName
{
background-color: #CF043E;
}
.BgClassName
{
background-color: #CF043E;
}
</style>
border-color css
<style>
span { border-color: #CF043E; }
span { border-color: rgb(207,4,62); }
td.TdClassName
{
border-color: #CF043E;
}
.TagClassName
{
border-color: #CF043E;
}
</style>