Shades of Crimson #CF053E
Tints of Crimson #CF053E
RGB
CMYK
RGB Variations
Color information
#CF053E (or 0xCF053E) is known color: Crimson. HEX triplet: CF, 05 and 3E. RGB value is (207,5,62). Sum of RGB (Red+Green+Blue) = 207+5+62=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF053E is #30FAC1. Grayscale: #474747. Windows color (decimal): -3209922 or 4064719. OLE color: 4064719.
HSL color Cylindrical-coordinate representation of color #CF053E: hue angle of 343.07º 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 #CF053E is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 62 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.19 |
| HSL | 343.07º | 0.95% | 0.42% | - |
| HSV(B) | 343.07º | 0.98% | 0.81% | - |
| XYZ | 26.66 | 13.72 | 5.8 | - |
| YUV | 71.9 | 122.42 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 62 | 0 | 0.98 | 0.70 | 0.19 | 343.07 | 0.95 | 0.42 |
| Hex | CF | 5 | 3E | 0 | 62 | 46 | 13 | 157 | 5F | 2A |
| Octal | 317 | 5 | 76 | 0 | 142 | 106 | 23 | 527 | 137 | 52 |
| Binary | 11001111 | 101 | 111110 | 0 | 1100010 | 1000110 | 10011 | 101010111 | 1011111 | 101010 |
Color Harmonies of #CF053E
Complementary color
Monochromatic Colors of #CF053E
Black with #CF053E
Text Example
Text Example
White with #CF053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF053E; }
p { color: rgb(207,5,62); }
H1.HeaderClassName
{
color: #CF053E;
}
.AnyTagClassName
{
color: #CF053E;
}
</style>
background-color css
<style>
a { background-color: #CF053E; }
a { background-color: rgb(207,5,62); }
div.DivClassName
{
background-color: #CF053E;
}
.BgClassName
{
background-color: #CF053E;
}
</style>
border-color css
<style>
span { border-color: #CF053E; }
span { border-color: rgb(207,5,62); }
td.TdClassName
{
border-color: #CF053E;
}
.TagClassName
{
border-color: #CF053E;
}
</style>