Shades of Crimson #CF0548
Tints of Crimson #CF0548
RGB
CMYK
RGB Variations
Color information
#CF0548 (or 0xCF0548) is known color: Crimson. HEX triplet: CF, 05 and 48. RGB value is (207,5,72). Sum of RGB (Red+Green+Blue) = 207+5+72=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0548 is #30FAB7. Grayscale: #484848. Windows color (decimal): -3209912 or 4720079. OLE color: 4720079.
HSL color Cylindrical-coordinate representation of color #CF0548: hue angle of 340.1º 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 #CF0548 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 72 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.19 |
| HSL | 340.1º | 0.95% | 0.42% | - |
| HSV(B) | 340.1º | 0.98% | 0.81% | - |
| XYZ | 26.96 | 13.84 | 7.38 | - |
| YUV | 73.04 | 127.42 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 72 | 0 | 0.98 | 0.65 | 0.19 | 340.1 | 0.95 | 0.42 |
| Hex | CF | 5 | 48 | 0 | 62 | 41 | 13 | 154 | 5F | 2A |
| Octal | 317 | 5 | 110 | 0 | 142 | 101 | 23 | 524 | 137 | 52 |
| Binary | 11001111 | 101 | 1001000 | 0 | 1100010 | 1000001 | 10011 | 101010100 | 1011111 | 101010 |
Color Harmonies of #CF0548
Complementary color
Monochromatic Colors of #CF0548
Black with #CF0548
Text Example
Text Example
White with #CF0548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0548; }
p { color: rgb(207,5,72); }
H1.HeaderClassName
{
color: #CF0548;
}
.AnyTagClassName
{
color: #CF0548;
}
</style>
background-color css
<style>
a { background-color: #CF0548; }
a { background-color: rgb(207,5,72); }
div.DivClassName
{
background-color: #CF0548;
}
.BgClassName
{
background-color: #CF0548;
}
</style>
border-color css
<style>
span { border-color: #CF0548; }
span { border-color: rgb(207,5,72); }
td.TdClassName
{
border-color: #CF0548;
}
.TagClassName
{
border-color: #CF0548;
}
</style>