Shades of Crimson #CF1139
Tints of Crimson #CF1139
RGB
CMYK
RGB Variations
Color information
#CF1139 (or 0xCF1139) is known color: Crimson. HEX triplet: CF, 11 and 39. RGB value is (207,17,57). Sum of RGB (Red+Green+Blue) = 207+17+57=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1139 is #30EEC6. Grayscale: #4E4E4E. Windows color (decimal): -3206855 or 3740111. OLE color: 3740111.
HSL color Cylindrical-coordinate representation of color #CF1139: hue angle of 347.37º 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 #CF1139 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 57 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.19 |
| HSL | 347.37º | 0.85% | 0.44% | - |
| HSV(B) | 347.37º | 0.92% | 0.81% | - |
| XYZ | 26.67 | 13.96 | 5.16 | - |
| YUV | 78.37 | 115.95 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 57 | 0 | 0.92 | 0.72 | 0.19 | 347.37 | 0.85 | 0.44 |
| Hex | CF | 11 | 39 | 0 | 5C | 48 | 13 | 15B | 55 | 2C |
| Octal | 317 | 21 | 71 | 0 | 134 | 110 | 23 | 533 | 125 | 54 |
| Binary | 11001111 | 10001 | 111001 | 0 | 1011100 | 1001000 | 10011 | 101011011 | 1010101 | 101100 |
Color Harmonies of #CF1139
Complementary color
Monochromatic Colors of #CF1139
Black with #CF1139
Text Example
Text Example
White with #CF1139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1139; }
p { color: rgb(207,17,57); }
H1.HeaderClassName
{
color: #CF1139;
}
.AnyTagClassName
{
color: #CF1139;
}
</style>
background-color css
<style>
a { background-color: #CF1139; }
a { background-color: rgb(207,17,57); }
div.DivClassName
{
background-color: #CF1139;
}
.BgClassName
{
background-color: #CF1139;
}
</style>
border-color css
<style>
span { border-color: #CF1139; }
span { border-color: rgb(207,17,57); }
td.TdClassName
{
border-color: #CF1139;
}
.TagClassName
{
border-color: #CF1139;
}
</style>