Shades of Crimson #CF0447
Tints of Crimson #CF0447
RGB
CMYK
RGB Variations
Color information
#CF0447 (or 0xCF0447) is known color: Crimson. HEX triplet: CF, 04 and 47. RGB value is (207,4,71). Sum of RGB (Red+Green+Blue) = 207+4+71=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0447 is #30FBB8. Grayscale: #484848. Windows color (decimal): -3210169 or 4654287. OLE color: 4654287.
HSL color Cylindrical-coordinate representation of color #CF0447: hue angle of 340.2º 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 #CF0447 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 71 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.19 |
| HSL | 340.2º | 0.96% | 0.41% | - |
| HSV(B) | 340.2º | 0.98% | 0.81% | - |
| XYZ | 26.91 | 13.81 | 7.21 | - |
| YUV | 72.34 | 127.25 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 71 | 0 | 0.98 | 0.66 | 0.19 | 340.2 | 0.96 | 0.41 |
| Hex | CF | 4 | 47 | 0 | 62 | 42 | 13 | 154 | 60 | 29 |
| Octal | 317 | 4 | 107 | 0 | 142 | 102 | 23 | 524 | 140 | 51 |
| Binary | 11001111 | 100 | 1000111 | 0 | 1100010 | 1000010 | 10011 | 101010100 | 1100000 | 101001 |
Color Harmonies of #CF0447
Complementary color
Monochromatic Colors of #CF0447
Black with #CF0447
Text Example
Text Example
White with #CF0447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0447; }
p { color: rgb(207,4,71); }
H1.HeaderClassName
{
color: #CF0447;
}
.AnyTagClassName
{
color: #CF0447;
}
</style>
background-color css
<style>
a { background-color: #CF0447; }
a { background-color: rgb(207,4,71); }
div.DivClassName
{
background-color: #CF0447;
}
.BgClassName
{
background-color: #CF0447;
}
</style>
border-color css
<style>
span { border-color: #CF0447; }
span { border-color: rgb(207,4,71); }
td.TdClassName
{
border-color: #CF0447;
}
.TagClassName
{
border-color: #CF0447;
}
</style>