Shades of Crimson #CE0149
Tints of Crimson #CE0149
RGB
CMYK
RGB Variations
Color information
#CE0149 (or 0xCE0149) is known color: Crimson. HEX triplet: CE, 01 and 49. RGB value is (206,1,73). Sum of RGB (Red+Green+Blue) = 206+1+73=280 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.57% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0149 is #31FEB6. Grayscale: #464646. Windows color (decimal): -3276471 or 4784590. OLE color: 4784590.
HSL color Cylindrical-coordinate representation of color #CE0149: hue angle of 338.93º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0149 is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 73 | - |
| CMYK | 0 | 1.00 | 0.65 | 0.19 |
| HSL | 338.93º | 0.99% | 0.41% | - |
| HSV(B) | 338.93º | 1% | 0.81% | - |
| XYZ | 26.67 | 13.62 | 7.53 | - |
| YUV | 70.5 | 129.42 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 73 | 0 | 1.00 | 0.65 | 0.19 | 338.93 | 0.99 | 0.41 |
| Hex | CE | 1 | 49 | 0 | 64 | 41 | 13 | 153 | 63 | 29 |
| Octal | 316 | 1 | 111 | 0 | 144 | 101 | 23 | 523 | 143 | 51 |
| Binary | 11001110 | 1 | 1001001 | 0 | 1100100 | 1000001 | 10011 | 101010011 | 1100011 | 101001 |
Color Harmonies of #CE0149
Complementary color
Monochromatic Colors of #CE0149
Black with #CE0149
Text Example
Text Example
White with #CE0149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0149; }
p { color: rgb(206,1,73); }
H1.HeaderClassName
{
color: #CE0149;
}
.AnyTagClassName
{
color: #CE0149;
}
</style>
background-color css
<style>
a { background-color: #CE0149; }
a { background-color: rgb(206,1,73); }
div.DivClassName
{
background-color: #CE0149;
}
.BgClassName
{
background-color: #CE0149;
}
</style>
border-color css
<style>
span { border-color: #CE0149; }
span { border-color: rgb(206,1,73); }
td.TdClassName
{
border-color: #CE0149;
}
.TagClassName
{
border-color: #CE0149;
}
</style>