Shades of Crimson #CF1136
Tints of Crimson #CF1136
RGB
CMYK
RGB Variations
Color information
#CF1136 (or 0xCF1136) is known color: Crimson. HEX triplet: CF, 11 and 36. RGB value is (207,17,54). Sum of RGB (Red+Green+Blue) = 207+17+54=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1136 is #30EEC9. Grayscale: #4E4E4E. Windows color (decimal): -3206858 or 3543503. OLE color: 3543503.
HSL color Cylindrical-coordinate representation of color #CF1136: hue angle of 348.32º 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 #CF1136 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 54 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.19 |
| HSL | 348.32º | 0.85% | 0.44% | - |
| HSV(B) | 348.32º | 0.92% | 0.81% | - |
| XYZ | 26.6 | 13.93 | 4.78 | - |
| YUV | 78.03 | 114.45 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 54 | 0 | 0.92 | 0.74 | 0.19 | 348.32 | 0.85 | 0.44 |
| Hex | CF | 11 | 36 | 0 | 5C | 4A | 13 | 15C | 55 | 2C |
| Octal | 317 | 21 | 66 | 0 | 134 | 112 | 23 | 534 | 125 | 54 |
| Binary | 11001111 | 10001 | 110110 | 0 | 1011100 | 1001010 | 10011 | 101011100 | 1010101 | 101100 |
Color Harmonies of #CF1136
Complementary color
Monochromatic Colors of #CF1136
Black with #CF1136
Text Example
Text Example
White with #CF1136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1136; }
p { color: rgb(207,17,54); }
H1.HeaderClassName
{
color: #CF1136;
}
.AnyTagClassName
{
color: #CF1136;
}
</style>
background-color css
<style>
a { background-color: #CF1136; }
a { background-color: rgb(207,17,54); }
div.DivClassName
{
background-color: #CF1136;
}
.BgClassName
{
background-color: #CF1136;
}
</style>
border-color css
<style>
span { border-color: #CF1136; }
span { border-color: rgb(207,17,54); }
td.TdClassName
{
border-color: #CF1136;
}
.TagClassName
{
border-color: #CF1136;
}
</style>