Shades of Crimson #CF0642
Tints of Crimson #CF0642
RGB
CMYK
RGB Variations
Color information
#CF0642 (or 0xCF0642) is known color: Crimson. HEX triplet: CF, 06 and 42. RGB value is (207,6,66). Sum of RGB (Red+Green+Blue) = 207+6+66=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0642 is #30F9BD. Grayscale: #484848. Windows color (decimal): -3209662 or 4327119. OLE color: 4327119.
HSL color Cylindrical-coordinate representation of color #CF0642: hue angle of 342.09º 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 #CF0642 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 66 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.19 |
| HSL | 342.09º | 0.94% | 0.42% | - |
| HSV(B) | 342.09º | 0.97% | 0.81% | - |
| XYZ | 26.78 | 13.79 | 6.4 | - |
| YUV | 72.94 | 124.09 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 66 | 0 | 0.97 | 0.68 | 0.19 | 342.09 | 0.94 | 0.42 |
| Hex | CF | 6 | 42 | 0 | 61 | 44 | 13 | 156 | 5E | 2A |
| Octal | 317 | 6 | 102 | 0 | 141 | 104 | 23 | 526 | 136 | 52 |
| Binary | 11001111 | 110 | 1000010 | 0 | 1100001 | 1000100 | 10011 | 101010110 | 1011110 | 101010 |
Color Harmonies of #CF0642
Complementary color
Monochromatic Colors of #CF0642
Black with #CF0642
Text Example
Text Example
White with #CF0642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0642; }
p { color: rgb(207,6,66); }
H1.HeaderClassName
{
color: #CF0642;
}
.AnyTagClassName
{
color: #CF0642;
}
</style>
background-color css
<style>
a { background-color: #CF0642; }
a { background-color: rgb(207,6,66); }
div.DivClassName
{
background-color: #CF0642;
}
.BgClassName
{
background-color: #CF0642;
}
</style>
border-color css
<style>
span { border-color: #CF0642; }
span { border-color: rgb(207,6,66); }
td.TdClassName
{
border-color: #CF0642;
}
.TagClassName
{
border-color: #CF0642;
}
</style>