Shades of Crimson #CF1135
Tints of Crimson #CF1135
RGB
CMYK
RGB Variations
Color information
#CF1135 (or 0xCF1135) is known color: Crimson. HEX triplet: CF, 11 and 35. RGB value is (207,17,53). Sum of RGB (Red+Green+Blue) = 207+17+53=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1135 is #30EECA. Grayscale: #4D4D4D. Windows color (decimal): -3206859 or 3477967. OLE color: 3477967.
HSL color Cylindrical-coordinate representation of color #CF1135: hue angle of 348.63º 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 #CF1135 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 53 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.19 |
| HSL | 348.63º | 0.85% | 0.44% | - |
| HSV(B) | 348.63º | 0.92% | 0.81% | - |
| XYZ | 26.58 | 13.92 | 4.65 | - |
| YUV | 77.91 | 113.95 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 53 | 0 | 0.92 | 0.74 | 0.19 | 348.63 | 0.85 | 0.44 |
| Hex | CF | 11 | 35 | 0 | 5C | 4A | 13 | 15D | 55 | 2C |
| Octal | 317 | 21 | 65 | 0 | 134 | 112 | 23 | 535 | 125 | 54 |
| Binary | 11001111 | 10001 | 110101 | 0 | 1011100 | 1001010 | 10011 | 101011101 | 1010101 | 101100 |
Color Harmonies of #CF1135
Complementary color
Monochromatic Colors of #CF1135
Black with #CF1135
Text Example
Text Example
White with #CF1135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1135; }
p { color: rgb(207,17,53); }
H1.HeaderClassName
{
color: #CF1135;
}
.AnyTagClassName
{
color: #CF1135;
}
</style>
background-color css
<style>
a { background-color: #CF1135; }
a { background-color: rgb(207,17,53); }
div.DivClassName
{
background-color: #CF1135;
}
.BgClassName
{
background-color: #CF1135;
}
</style>
border-color css
<style>
span { border-color: #CF1135; }
span { border-color: rgb(207,17,53); }
td.TdClassName
{
border-color: #CF1135;
}
.TagClassName
{
border-color: #CF1135;
}
</style>