Shades of Crimson #CF1444
Tints of Crimson #CF1444
RGB
CMYK
RGB Variations
Color information
#CF1444 (or 0xCF1444) is known color: Crimson. HEX triplet: CF, 14 and 44. RGB value is (207,20,68). Sum of RGB (Red+Green+Blue) = 207+20+68=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1444 is #30EBBB. Grayscale: #515151. Windows color (decimal): -3206076 or 4461775. OLE color: 4461775.
HSL color Cylindrical-coordinate representation of color #CF1444: hue angle of 344.6º 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 #CF1444 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 68 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.19 |
| HSL | 344.6º | 0.82% | 0.45% | - |
| HSV(B) | 344.6º | 0.9% | 0.81% | - |
| XYZ | 27.03 | 14.18 | 6.78 | - |
| YUV | 81.39 | 120.45 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 68 | 0 | 0.90 | 0.67 | 0.19 | 344.6 | 0.82 | 0.45 |
| Hex | CF | 14 | 44 | 0 | 5A | 43 | 13 | 159 | 52 | 2D |
| Octal | 317 | 24 | 104 | 0 | 132 | 103 | 23 | 531 | 122 | 55 |
| Binary | 11001111 | 10100 | 1000100 | 0 | 1011010 | 1000011 | 10011 | 101011001 | 1010010 | 101101 |
Color Harmonies of #CF1444
Complementary color
Monochromatic Colors of #CF1444
Black with #CF1444
Text Example
Text Example
White with #CF1444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1444; }
p { color: rgb(207,20,68); }
H1.HeaderClassName
{
color: #CF1444;
}
.AnyTagClassName
{
color: #CF1444;
}
</style>
background-color css
<style>
a { background-color: #CF1444; }
a { background-color: rgb(207,20,68); }
div.DivClassName
{
background-color: #CF1444;
}
.BgClassName
{
background-color: #CF1444;
}
</style>
border-color css
<style>
span { border-color: #CF1444; }
span { border-color: rgb(207,20,68); }
td.TdClassName
{
border-color: #CF1444;
}
.TagClassName
{
border-color: #CF1444;
}
</style>