Shades of Crimson #CF043F
Tints of Crimson #CF043F
RGB
CMYK
RGB Variations
Color information
#CF043F (or 0xCF043F) is known color: Crimson. HEX triplet: CF, 04 and 3F. RGB value is (207,4,63). Sum of RGB (Red+Green+Blue) = 207+4+63=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF043F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF043F is #30FBC0. Grayscale: #474747. Windows color (decimal): -3210177 or 4129999. OLE color: 4129999.
HSL color Cylindrical-coordinate representation of color #CF043F: hue angle of 342.56º 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 #CF043F is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 63 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.19 |
| HSL | 342.56º | 0.96% | 0.41% | - |
| HSV(B) | 342.56º | 0.98% | 0.81% | - |
| XYZ | 26.67 | 13.71 | 5.94 | - |
| YUV | 71.42 | 123.25 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 63 | 0 | 0.98 | 0.70 | 0.19 | 342.56 | 0.96 | 0.41 |
| Hex | CF | 4 | 3F | 0 | 62 | 46 | 13 | 157 | 60 | 29 |
| Octal | 317 | 4 | 77 | 0 | 142 | 106 | 23 | 527 | 140 | 51 |
| Binary | 11001111 | 100 | 111111 | 0 | 1100010 | 1000110 | 10011 | 101010111 | 1100000 | 101001 |
Color Harmonies of #CF043F
Complementary color
Monochromatic Colors of #CF043F
Black with #CF043F
Text Example
Text Example
White with #CF043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF043F; }
p { color: rgb(207,4,63); }
H1.HeaderClassName
{
color: #CF043F;
}
.AnyTagClassName
{
color: #CF043F;
}
</style>
background-color css
<style>
a { background-color: #CF043F; }
a { background-color: rgb(207,4,63); }
div.DivClassName
{
background-color: #CF043F;
}
.BgClassName
{
background-color: #CF043F;
}
</style>
border-color css
<style>
span { border-color: #CF043F; }
span { border-color: rgb(207,4,63); }
td.TdClassName
{
border-color: #CF043F;
}
.TagClassName
{
border-color: #CF043F;
}
</style>