Shades of Crimson #CF1142
Tints of Crimson #CF1142
RGB
CMYK
RGB Variations
Color information
#CF1142 (or 0xCF1142) is known color: Crimson. HEX triplet: CF, 11 and 42. RGB value is (207,17,66). Sum of RGB (Red+Green+Blue) = 207+17+66=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1142 is #30EEBD. Grayscale: #4F4F4F. Windows color (decimal): -3206846 or 4329935. OLE color: 4329935.
HSL color Cylindrical-coordinate representation of color #CF1142: hue angle of 344.53º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1142 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 66 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.19 |
| HSL | 344.53º | 0.85% | 0.44% | - |
| HSV(B) | 344.53º | 0.92% | 0.81% | - |
| XYZ | 26.92 | 14.06 | 6.45 | - |
| YUV | 79.4 | 120.45 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 66 | 0 | 0.92 | 0.68 | 0.19 | 344.53 | 0.85 | 0.44 |
| Hex | CF | 11 | 42 | 0 | 5C | 44 | 13 | 159 | 55 | 2C |
| Octal | 317 | 21 | 102 | 0 | 134 | 104 | 23 | 531 | 125 | 54 |
| Binary | 11001111 | 10001 | 1000010 | 0 | 1011100 | 1000100 | 10011 | 101011001 | 1010101 | 101100 |
Color Harmonies of #CF1142
Complementary color
Monochromatic Colors of #CF1142
Black with #CF1142
Text Example
Text Example
White with #CF1142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1142; }
p { color: rgb(207,17,66); }
H1.HeaderClassName
{
color: #CF1142;
}
.AnyTagClassName
{
color: #CF1142;
}
</style>
background-color css
<style>
a { background-color: #CF1142; }
a { background-color: rgb(207,17,66); }
div.DivClassName
{
background-color: #CF1142;
}
.BgClassName
{
background-color: #CF1142;
}
</style>
border-color css
<style>
span { border-color: #CF1142; }
span { border-color: rgb(207,17,66); }
td.TdClassName
{
border-color: #CF1142;
}
.TagClassName
{
border-color: #CF1142;
}
</style>