Shades of Crimson #CF1447
Tints of Crimson #CF1447
RGB
CMYK
RGB Variations
Color information
#CF1447 (or 0xCF1447) is known color: Crimson. HEX triplet: CF, 14 and 47. RGB value is (207,20,71). Sum of RGB (Red+Green+Blue) = 207+20+71=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1447 is #30EBB8. Grayscale: #515151. Windows color (decimal): -3206073 or 4658383. OLE color: 4658383.
HSL color Cylindrical-coordinate representation of color #CF1447: hue angle of 343.64º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1447 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 71 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.19 |
| HSL | 343.64º | 0.82% | 0.45% | - |
| HSV(B) | 343.64º | 0.9% | 0.81% | - |
| XYZ | 27.12 | 14.22 | 7.28 | - |
| YUV | 81.73 | 121.95 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 71 | 0 | 0.90 | 0.66 | 0.19 | 343.64 | 0.82 | 0.45 |
| Hex | CF | 14 | 47 | 0 | 5A | 42 | 13 | 158 | 52 | 2D |
| Octal | 317 | 24 | 107 | 0 | 132 | 102 | 23 | 530 | 122 | 55 |
| Binary | 11001111 | 10100 | 1000111 | 0 | 1011010 | 1000010 | 10011 | 101011000 | 1010010 | 101101 |
Color Harmonies of #CF1447
Complementary color
Monochromatic Colors of #CF1447
Black with #CF1447
Text Example
Text Example
White with #CF1447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1447; }
p { color: rgb(207,20,71); }
H1.HeaderClassName
{
color: #CF1447;
}
.AnyTagClassName
{
color: #CF1447;
}
</style>
background-color css
<style>
a { background-color: #CF1447; }
a { background-color: rgb(207,20,71); }
div.DivClassName
{
background-color: #CF1447;
}
.BgClassName
{
background-color: #CF1447;
}
</style>
border-color css
<style>
span { border-color: #CF1447; }
span { border-color: rgb(207,20,71); }
td.TdClassName
{
border-color: #CF1447;
}
.TagClassName
{
border-color: #CF1447;
}
</style>