Shades of Crimson #CF113F
Tints of Crimson #CF113F
RGB
CMYK
RGB Variations
Color information
#CF113F (or 0xCF113F) is known color: Crimson. HEX triplet: CF, 11 and 3F. RGB value is (207,17,63). Sum of RGB (Red+Green+Blue) = 207+17+63=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF113F is #30EEC0. Grayscale: #4F4F4F. Windows color (decimal): -3206849 or 4133327. OLE color: 4133327.
HSL color Cylindrical-coordinate representation of color #CF113F: hue angle of 345.47º 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 #CF113F is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 63 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.19 |
| HSL | 345.47º | 0.85% | 0.44% | - |
| HSV(B) | 345.47º | 0.92% | 0.81% | - |
| XYZ | 26.83 | 14.03 | 6 | - |
| YUV | 79.05 | 118.95 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 63 | 0 | 0.92 | 0.70 | 0.19 | 345.47 | 0.85 | 0.44 |
| Hex | CF | 11 | 3F | 0 | 5C | 46 | 13 | 159 | 55 | 2C |
| Octal | 317 | 21 | 77 | 0 | 134 | 106 | 23 | 531 | 125 | 54 |
| Binary | 11001111 | 10001 | 111111 | 0 | 1011100 | 1000110 | 10011 | 101011001 | 1010101 | 101100 |
Color Harmonies of #CF113F
Complementary color
Monochromatic Colors of #CF113F
Black with #CF113F
Text Example
Text Example
White with #CF113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF113F; }
p { color: rgb(207,17,63); }
H1.HeaderClassName
{
color: #CF113F;
}
.AnyTagClassName
{
color: #CF113F;
}
</style>
background-color css
<style>
a { background-color: #CF113F; }
a { background-color: rgb(207,17,63); }
div.DivClassName
{
background-color: #CF113F;
}
.BgClassName
{
background-color: #CF113F;
}
</style>
border-color css
<style>
span { border-color: #CF113F; }
span { border-color: rgb(207,17,63); }
td.TdClassName
{
border-color: #CF113F;
}
.TagClassName
{
border-color: #CF113F;
}
</style>