Shades of Crimson #CF0444
Tints of Crimson #CF0444
RGB
CMYK
RGB Variations
Color information
#CF0444 (or 0xCF0444) is known color: Crimson. HEX triplet: CF, 04 and 44. RGB value is (207,4,68). Sum of RGB (Red+Green+Blue) = 207+4+68=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0444 is #30FBBB. Grayscale: #474747. Windows color (decimal): -3210172 or 4457679. OLE color: 4457679.
HSL color Cylindrical-coordinate representation of color #CF0444: hue angle of 341.08º 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 #CF0444 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 68 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.19 |
| HSL | 341.08º | 0.96% | 0.41% | - |
| HSV(B) | 341.08º | 0.98% | 0.81% | - |
| XYZ | 26.82 | 13.77 | 6.71 | - |
| YUV | 71.99 | 125.75 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 68 | 0 | 0.98 | 0.67 | 0.19 | 341.08 | 0.96 | 0.41 |
| Hex | CF | 4 | 44 | 0 | 62 | 43 | 13 | 155 | 60 | 29 |
| Octal | 317 | 4 | 104 | 0 | 142 | 103 | 23 | 525 | 140 | 51 |
| Binary | 11001111 | 100 | 1000100 | 0 | 1100010 | 1000011 | 10011 | 101010101 | 1100000 | 101001 |
Color Harmonies of #CF0444
Complementary color
Monochromatic Colors of #CF0444
Black with #CF0444
Text Example
Text Example
White with #CF0444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0444; }
p { color: rgb(207,4,68); }
H1.HeaderClassName
{
color: #CF0444;
}
.AnyTagClassName
{
color: #CF0444;
}
</style>
background-color css
<style>
a { background-color: #CF0444; }
a { background-color: rgb(207,4,68); }
div.DivClassName
{
background-color: #CF0444;
}
.BgClassName
{
background-color: #CF0444;
}
</style>
border-color css
<style>
span { border-color: #CF0444; }
span { border-color: rgb(207,4,68); }
td.TdClassName
{
border-color: #CF0444;
}
.TagClassName
{
border-color: #CF0444;
}
</style>