Shades of Crimson #CF0547
Tints of Crimson #CF0547
RGB
CMYK
RGB Variations
Color information
#CF0547 (or 0xCF0547) is known color: Crimson. HEX triplet: CF, 05 and 47. RGB value is (207,5,71). Sum of RGB (Red+Green+Blue) = 207+5+71=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0547 is #30FAB8. Grayscale: #484848. Windows color (decimal): -3209913 or 4654543. OLE color: 4654543.
HSL color Cylindrical-coordinate representation of color #CF0547: hue angle of 340.4º 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 #CF0547 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 71 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.19 |
| HSL | 340.4º | 0.95% | 0.42% | - |
| HSV(B) | 340.4º | 0.98% | 0.81% | - |
| XYZ | 26.92 | 13.83 | 7.21 | - |
| YUV | 72.92 | 126.92 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 71 | 0 | 0.98 | 0.66 | 0.19 | 340.4 | 0.95 | 0.42 |
| Hex | CF | 5 | 47 | 0 | 62 | 42 | 13 | 154 | 5F | 2A |
| Octal | 317 | 5 | 107 | 0 | 142 | 102 | 23 | 524 | 137 | 52 |
| Binary | 11001111 | 101 | 1000111 | 0 | 1100010 | 1000010 | 10011 | 101010100 | 1011111 | 101010 |
Color Harmonies of #CF0547
Complementary color
Monochromatic Colors of #CF0547
Black with #CF0547
Text Example
Text Example
White with #CF0547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0547; }
p { color: rgb(207,5,71); }
H1.HeaderClassName
{
color: #CF0547;
}
.AnyTagClassName
{
color: #CF0547;
}
</style>
background-color css
<style>
a { background-color: #CF0547; }
a { background-color: rgb(207,5,71); }
div.DivClassName
{
background-color: #CF0547;
}
.BgClassName
{
background-color: #CF0547;
}
</style>
border-color css
<style>
span { border-color: #CF0547; }
span { border-color: rgb(207,5,71); }
td.TdClassName
{
border-color: #CF0547;
}
.TagClassName
{
border-color: #CF0547;
}
</style>