Shades of Crimson #CE0F49
Tints of Crimson #CE0F49
RGB
CMYK
RGB Variations
Color information
#CE0F49 (or 0xCE0F49) is known color: Crimson. HEX triplet: CE, 0F and 49. RGB value is (206,15,73). Sum of RGB (Red+Green+Blue) = 206+15+73=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0F49 is #31F0B6. Grayscale: #4E4E4E. Windows color (decimal): -3272887 or 4788174. OLE color: 4788174.
HSL color Cylindrical-coordinate representation of color #CE0F49: hue angle of 341.78º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0F49 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 73 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.19 |
| HSL | 341.78º | 0.86% | 0.43% | - |
| HSV(B) | 341.78º | 0.93% | 0.81% | - |
| XYZ | 26.83 | 13.94 | 7.58 | - |
| YUV | 78.72 | 124.78 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 73 | 0 | 0.93 | 0.65 | 0.19 | 341.78 | 0.86 | 0.43 |
| Hex | CE | F | 49 | 0 | 5D | 41 | 13 | 156 | 56 | 2B |
| Octal | 316 | 17 | 111 | 0 | 135 | 101 | 23 | 526 | 126 | 53 |
| Binary | 11001110 | 1111 | 1001001 | 0 | 1011101 | 1000001 | 10011 | 101010110 | 1010110 | 101011 |
Color Harmonies of #CE0F49
Complementary color
Monochromatic Colors of #CE0F49
Black with #CE0F49
Text Example
Text Example
White with #CE0F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F49; }
p { color: rgb(206,15,73); }
H1.HeaderClassName
{
color: #CE0F49;
}
.AnyTagClassName
{
color: #CE0F49;
}
</style>
background-color css
<style>
a { background-color: #CE0F49; }
a { background-color: rgb(206,15,73); }
div.DivClassName
{
background-color: #CE0F49;
}
.BgClassName
{
background-color: #CE0F49;
}
</style>
border-color css
<style>
span { border-color: #CE0F49; }
span { border-color: rgb(206,15,73); }
td.TdClassName
{
border-color: #CE0F49;
}
.TagClassName
{
border-color: #CE0F49;
}
</style>