Shades of Crimson #CF052E
Tints of Crimson #CF052E
RGB
CMYK
RGB Variations
Color information
#CF052E (or 0xCF052E) is known color: Crimson. HEX triplet: CF, 05 and 2E. RGB value is (207,5,46). Sum of RGB (Red+Green+Blue) = 207+5+46=258 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.23% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 207 - color contains mainly: red. Hex color #CF052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF052E is #30FAD1. Grayscale: #464646. Windows color (decimal): -3209938 or 3016143. OLE color: 3016143.
HSL color Cylindrical-coordinate representation of color #CF052E: hue angle of 347.82º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF052E is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 46 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.19 |
| HSL | 347.82º | 0.95% | 0.42% | - |
| HSV(B) | 347.82º | 0.98% | 0.81% | - |
| XYZ | 26.28 | 13.57 | 3.82 | - |
| YUV | 70.07 | 114.42 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 46 | 0 | 0.98 | 0.78 | 0.19 | 347.82 | 0.95 | 0.42 |
| Hex | CF | 5 | 2E | 0 | 62 | 4E | 13 | 15C | 5F | 2A |
| Octal | 317 | 5 | 56 | 0 | 142 | 116 | 23 | 534 | 137 | 52 |
| Binary | 11001111 | 101 | 101110 | 0 | 1100010 | 1001110 | 10011 | 101011100 | 1011111 | 101010 |
Color Harmonies of #CF052E
Complementary color
Monochromatic Colors of #CF052E
Black with #CF052E
Text Example
Text Example
White with #CF052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF052E; }
p { color: rgb(207,5,46); }
H1.HeaderClassName
{
color: #CF052E;
}
.AnyTagClassName
{
color: #CF052E;
}
</style>
background-color css
<style>
a { background-color: #CF052E; }
a { background-color: rgb(207,5,46); }
div.DivClassName
{
background-color: #CF052E;
}
.BgClassName
{
background-color: #CF052E;
}
</style>
border-color css
<style>
span { border-color: #CF052E; }
span { border-color: rgb(207,5,46); }
td.TdClassName
{
border-color: #CF052E;
}
.TagClassName
{
border-color: #CF052E;
}
</style>