Shades of Crimson #CF1148
Tints of Crimson #CF1148
RGB
CMYK
RGB Variations
Color information
#CF1148 (or 0xCF1148) is known color: Crimson. HEX triplet: CF, 11 and 48. RGB value is (207,17,72). Sum of RGB (Red+Green+Blue) = 207+17+72=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1148 is #30EEB7. Grayscale: #505050. Windows color (decimal): -3206840 or 4723151. OLE color: 4723151.
HSL color Cylindrical-coordinate representation of color #CF1148: hue angle of 342.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 #CF1148 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 72 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.19 |
| HSL | 342.63º | 0.85% | 0.44% | - |
| HSV(B) | 342.63º | 0.92% | 0.81% | - |
| XYZ | 27.1 | 14.13 | 7.43 | - |
| YUV | 80.08 | 123.45 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 72 | 0 | 0.92 | 0.65 | 0.19 | 342.63 | 0.85 | 0.44 |
| Hex | CF | 11 | 48 | 0 | 5C | 41 | 13 | 157 | 55 | 2C |
| Octal | 317 | 21 | 110 | 0 | 134 | 101 | 23 | 527 | 125 | 54 |
| Binary | 11001111 | 10001 | 1001000 | 0 | 1011100 | 1000001 | 10011 | 101010111 | 1010101 | 101100 |
Color Harmonies of #CF1148
Complementary color
Monochromatic Colors of #CF1148
Black with #CF1148
Text Example
Text Example
White with #CF1148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1148; }
p { color: rgb(207,17,72); }
H1.HeaderClassName
{
color: #CF1148;
}
.AnyTagClassName
{
color: #CF1148;
}
</style>
background-color css
<style>
a { background-color: #CF1148; }
a { background-color: rgb(207,17,72); }
div.DivClassName
{
background-color: #CF1148;
}
.BgClassName
{
background-color: #CF1148;
}
</style>
border-color css
<style>
span { border-color: #CF1148; }
span { border-color: rgb(207,17,72); }
td.TdClassName
{
border-color: #CF1148;
}
.TagClassName
{
border-color: #CF1148;
}
</style>