Shades of Crimson #CF0042
Tints of Crimson #CF0042
RGB
CMYK
RGB Variations
Color information
#CF0042 (or 0xCF0042) is known color: Crimson. HEX triplet: CF, 00 and 42. RGB value is (207,0,66). Sum of RGB (Red+Green+Blue) = 207+0+66=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0042 is #30FFBD. Grayscale: #454545. Windows color (decimal): -3211198 or 4325583. OLE color: 4325583.
HSL color Cylindrical-coordinate representation of color #CF0042: hue angle of 340.87º 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 #CF0042 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.68 | 0.19 |
| HSL | 340.87º | 1% | 0.41% | - |
| HSV(B) | 340.87º | 1% | 0.81% | - |
| XYZ | 26.72 | 13.66 | 6.38 | - |
| YUV | 69.42 | 126.08 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 66 | 0 | 1 | 0.68 | 0.19 | 340.87 | 1 | 0.41 |
| Hex | CF | 0 | 42 | 0 | 64 | 44 | 13 | 155 | 64 | 29 |
| Octal | 317 | 0 | 102 | 0 | 144 | 104 | 23 | 525 | 144 | 51 |
| Binary | 11001111 | 0 | 1000010 | 0 | 1100100 | 1000100 | 10011 | 101010101 | 1100100 | 101001 |
Color Harmonies of #CF0042
Complementary color
Monochromatic Colors of #CF0042
Black with #CF0042
Text Example
Text Example
White with #CF0042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0042; }
p { color: rgb(207,0,66); }
H1.HeaderClassName
{
color: #CF0042;
}
.AnyTagClassName
{
color: #CF0042;
}
</style>
background-color css
<style>
a { background-color: #CF0042; }
a { background-color: rgb(207,0,66); }
div.DivClassName
{
background-color: #CF0042;
}
.BgClassName
{
background-color: #CF0042;
}
</style>
border-color css
<style>
span { border-color: #CF0042; }
span { border-color: rgb(207,0,66); }
td.TdClassName
{
border-color: #CF0042;
}
.TagClassName
{
border-color: #CF0042;
}
</style>