Shades of Crimson #CE1030
Tints of Crimson #CE1030
RGB
CMYK
RGB Variations
Color information
#CE1030 (or 0xCE1030) is known color: Crimson. HEX triplet: CE, 10 and 30. RGB value is (206,16,48). Sum of RGB (Red+Green+Blue) = 206+16+48=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1030 is #31EFCF. Grayscale: #4C4C4C. Windows color (decimal): -3272656 or 3150030. OLE color: 3150030.
HSL color Cylindrical-coordinate representation of color #CE1030: hue angle of 349.89º degrees, saturation: 0.86, 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 #CE1030 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 48 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.19 |
| HSL | 349.89º | 0.86% | 0.44% | - |
| HSV(B) | 349.89º | 0.92% | 0.81% | - |
| XYZ | 26.17 | 13.71 | 4.06 | - |
| YUV | 76.46 | 111.95 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 48 | 0 | 0.92 | 0.77 | 0.19 | 349.89 | 0.86 | 0.44 |
| Hex | CE | 10 | 30 | 0 | 5C | 4D | 13 | 15E | 56 | 2C |
| Octal | 316 | 20 | 60 | 0 | 134 | 115 | 23 | 536 | 126 | 54 |
| Binary | 11001110 | 10000 | 110000 | 0 | 1011100 | 1001101 | 10011 | 101011110 | 1010110 | 101100 |
Color Harmonies of #CE1030
Complementary color
Monochromatic Colors of #CE1030
Black with #CE1030
Text Example
Text Example
White with #CE1030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1030; }
p { color: rgb(206,16,48); }
H1.HeaderClassName
{
color: #CE1030;
}
.AnyTagClassName
{
color: #CE1030;
}
</style>
background-color css
<style>
a { background-color: #CE1030; }
a { background-color: rgb(206,16,48); }
div.DivClassName
{
background-color: #CE1030;
}
.BgClassName
{
background-color: #CE1030;
}
</style>
border-color css
<style>
span { border-color: #CE1030; }
span { border-color: rgb(206,16,48); }
td.TdClassName
{
border-color: #CE1030;
}
.TagClassName
{
border-color: #CE1030;
}
</style>