Shades of Crimson #CF064A
Tints of Crimson #CF064A
RGB
CMYK
RGB Variations
Color information
#CF064A (or 0xCF064A) is known color: Crimson. HEX triplet: CF, 06 and 4A. RGB value is (207,6,74). Sum of RGB (Red+Green+Blue) = 207+6+74=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF064A is #30F9B5. Grayscale: #494949. Windows color (decimal): -3209654 or 4851407. OLE color: 4851407.
HSL color Cylindrical-coordinate representation of color #CF064A: hue angle of 339.7º 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 #CF064A is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 74 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.19 |
| HSL | 339.7º | 0.94% | 0.42% | - |
| HSV(B) | 339.7º | 0.97% | 0.81% | - |
| XYZ | 27.03 | 13.89 | 7.73 | - |
| YUV | 73.85 | 128.09 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 74 | 0 | 0.97 | 0.64 | 0.19 | 339.7 | 0.94 | 0.42 |
| Hex | CF | 6 | 4A | 0 | 61 | 40 | 13 | 154 | 5E | 2A |
| Octal | 317 | 6 | 112 | 0 | 141 | 100 | 23 | 524 | 136 | 52 |
| Binary | 11001111 | 110 | 1001010 | 0 | 1100001 | 1000000 | 10011 | 101010100 | 1011110 | 101010 |
Color Harmonies of #CF064A
Complementary color
Monochromatic Colors of #CF064A
Black with #CF064A
Text Example
Text Example
White with #CF064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF064A; }
p { color: rgb(207,6,74); }
H1.HeaderClassName
{
color: #CF064A;
}
.AnyTagClassName
{
color: #CF064A;
}
</style>
background-color css
<style>
a { background-color: #CF064A; }
a { background-color: rgb(207,6,74); }
div.DivClassName
{
background-color: #CF064A;
}
.BgClassName
{
background-color: #CF064A;
}
</style>
border-color css
<style>
span { border-color: #CF064A; }
span { border-color: rgb(207,6,74); }
td.TdClassName
{
border-color: #CF064A;
}
.TagClassName
{
border-color: #CF064A;
}
</style>