Shades of Crimson #CF1248
Tints of Crimson #CF1248
RGB
CMYK
RGB Variations
Color information
#CF1248 (or 0xCF1248) is known color: Crimson. HEX triplet: CF, 12 and 48. RGB value is (207,18,72). Sum of RGB (Red+Green+Blue) = 207+18+72=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1248 is #30EDB7. Grayscale: #505050. Windows color (decimal): -3206584 or 4723407. OLE color: 4723407.
HSL color Cylindrical-coordinate representation of color #CF1248: hue angle of 342.86º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1248 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 72 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.19 |
| HSL | 342.86º | 0.84% | 0.44% | - |
| HSV(B) | 342.86º | 0.91% | 0.81% | - |
| XYZ | 27.12 | 14.17 | 7.44 | - |
| YUV | 80.67 | 123.12 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 72 | 0 | 0.91 | 0.65 | 0.19 | 342.86 | 0.84 | 0.44 |
| Hex | CF | 12 | 48 | 0 | 5B | 41 | 13 | 157 | 54 | 2C |
| Octal | 317 | 22 | 110 | 0 | 133 | 101 | 23 | 527 | 124 | 54 |
| Binary | 11001111 | 10010 | 1001000 | 0 | 1011011 | 1000001 | 10011 | 101010111 | 1010100 | 101100 |
Color Harmonies of #CF1248
Complementary color
Monochromatic Colors of #CF1248
Black with #CF1248
Text Example
Text Example
White with #CF1248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1248; }
p { color: rgb(207,18,72); }
H1.HeaderClassName
{
color: #CF1248;
}
.AnyTagClassName
{
color: #CF1248;
}
</style>
background-color css
<style>
a { background-color: #CF1248; }
a { background-color: rgb(207,18,72); }
div.DivClassName
{
background-color: #CF1248;
}
.BgClassName
{
background-color: #CF1248;
}
</style>
border-color css
<style>
span { border-color: #CF1248; }
span { border-color: rgb(207,18,72); }
td.TdClassName
{
border-color: #CF1248;
}
.TagClassName
{
border-color: #CF1248;
}
</style>