Shades of Crimson #CF0644
Tints of Crimson #CF0644
RGB
CMYK
RGB Variations
Color information
#CF0644 (or 0xCF0644) is known color: Crimson. HEX triplet: CF, 06 and 44. RGB value is (207,6,68). Sum of RGB (Red+Green+Blue) = 207+6+68=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0644 is #30F9BB. Grayscale: #494949. Windows color (decimal): -3209660 or 4458191. OLE color: 4458191.
HSL color Cylindrical-coordinate representation of color #CF0644: hue angle of 341.49º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0644 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 68 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.19 |
| HSL | 341.49º | 0.94% | 0.42% | - |
| HSV(B) | 341.49º | 0.97% | 0.81% | - |
| XYZ | 26.84 | 13.81 | 6.72 | - |
| YUV | 73.17 | 125.09 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 68 | 0 | 0.97 | 0.67 | 0.19 | 341.49 | 0.94 | 0.42 |
| Hex | CF | 6 | 44 | 0 | 61 | 43 | 13 | 155 | 5E | 2A |
| Octal | 317 | 6 | 104 | 0 | 141 | 103 | 23 | 525 | 136 | 52 |
| Binary | 11001111 | 110 | 1000100 | 0 | 1100001 | 1000011 | 10011 | 101010101 | 1011110 | 101010 |
Color Harmonies of #CF0644
Complementary color
Monochromatic Colors of #CF0644
Black with #CF0644
Text Example
Text Example
White with #CF0644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0644; }
p { color: rgb(207,6,68); }
H1.HeaderClassName
{
color: #CF0644;
}
.AnyTagClassName
{
color: #CF0644;
}
</style>
background-color css
<style>
a { background-color: #CF0644; }
a { background-color: rgb(207,6,68); }
div.DivClassName
{
background-color: #CF0644;
}
.BgClassName
{
background-color: #CF0644;
}
</style>
border-color css
<style>
span { border-color: #CF0644; }
span { border-color: rgb(207,6,68); }
td.TdClassName
{
border-color: #CF0644;
}
.TagClassName
{
border-color: #CF0644;
}
</style>