Shades of Crimson #CE1248
Tints of Crimson #CE1248
RGB
CMYK
RGB Variations
Color information
#CE1248 (or 0xCE1248) is known color: Crimson. HEX triplet: CE, 12 and 48. RGB value is (206,18,72). Sum of RGB (Red+Green+Blue) = 206+18+72=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1248 is #31EDB7. Grayscale: #505050. Windows color (decimal): -3272120 or 4723406. OLE color: 4723406.
HSL color Cylindrical-coordinate representation of color #CE1248: hue angle of 342.77º 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 #CE1248 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 72 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.19 |
| HSL | 342.77º | 0.84% | 0.44% | - |
| HSV(B) | 342.77º | 0.91% | 0.81% | - |
| XYZ | 26.84 | 14.02 | 7.42 | - |
| YUV | 80.37 | 123.28 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 72 | 0 | 0.91 | 0.65 | 0.19 | 342.77 | 0.84 | 0.44 |
| Hex | CE | 12 | 48 | 0 | 5B | 41 | 13 | 157 | 54 | 2C |
| Octal | 316 | 22 | 110 | 0 | 133 | 101 | 23 | 527 | 124 | 54 |
| Binary | 11001110 | 10010 | 1001000 | 0 | 1011011 | 1000001 | 10011 | 101010111 | 1010100 | 101100 |
Color Harmonies of #CE1248
Complementary color
Monochromatic Colors of #CE1248
Black with #CE1248
Text Example
Text Example
White with #CE1248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1248; }
p { color: rgb(206,18,72); }
H1.HeaderClassName
{
color: #CE1248;
}
.AnyTagClassName
{
color: #CE1248;
}
</style>
background-color css
<style>
a { background-color: #CE1248; }
a { background-color: rgb(206,18,72); }
div.DivClassName
{
background-color: #CE1248;
}
.BgClassName
{
background-color: #CE1248;
}
</style>
border-color css
<style>
span { border-color: #CE1248; }
span { border-color: rgb(206,18,72); }
td.TdClassName
{
border-color: #CE1248;
}
.TagClassName
{
border-color: #CE1248;
}
</style>