Shades of Crimson #CF0044
Tints of Crimson #CF0044
RGB
CMYK
RGB Variations
Color information
#CF0044 (or 0xCF0044) is known color: Crimson. HEX triplet: CF, 00 and 44. RGB value is (207,0,68). Sum of RGB (Red+Green+Blue) = 207+0+68=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0044 is #30FFBB. Grayscale: #454545. Windows color (decimal): -3211196 or 4456655. OLE color: 4456655.
HSL color Cylindrical-coordinate representation of color #CF0044: hue angle of 340.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0044 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.67 | 0.19 |
| HSL | 340.29º | 1% | 0.41% | - |
| HSV(B) | 340.29º | 1% | 0.81% | - |
| XYZ | 26.78 | 13.68 | 6.7 | - |
| YUV | 69.65 | 127.08 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 68 | 0 | 1 | 0.67 | 0.19 | 340.29 | 1 | 0.41 |
| Hex | CF | 0 | 44 | 0 | 64 | 43 | 13 | 154 | 64 | 29 |
| Octal | 317 | 0 | 104 | 0 | 144 | 103 | 23 | 524 | 144 | 51 |
| Binary | 11001111 | 0 | 1000100 | 0 | 1100100 | 1000011 | 10011 | 101010100 | 1100100 | 101001 |
Color Harmonies of #CF0044
Complementary color
Monochromatic Colors of #CF0044
Black with #CF0044
Text Example
Text Example
White with #CF0044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0044; }
p { color: rgb(207,0,68); }
H1.HeaderClassName
{
color: #CF0044;
}
.AnyTagClassName
{
color: #CF0044;
}
</style>
background-color css
<style>
a { background-color: #CF0044; }
a { background-color: rgb(207,0,68); }
div.DivClassName
{
background-color: #CF0044;
}
.BgClassName
{
background-color: #CF0044;
}
</style>
border-color css
<style>
span { border-color: #CF0044; }
span { border-color: rgb(207,0,68); }
td.TdClassName
{
border-color: #CF0044;
}
.TagClassName
{
border-color: #CF0044;
}
</style>