Shades of Crimson #CE103A
Tints of Crimson #CE103A
RGB
CMYK
RGB Variations
Color information
#CE103A (or 0xCE103A) is known color: Crimson. HEX triplet: CE, 10 and 3A. RGB value is (206,16,58). Sum of RGB (Red+Green+Blue) = 206+16+58=280 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.57% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 206 - color contains mainly: red. Hex color #CE103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE103A is #31EFC5. Grayscale: #4D4D4D. Windows color (decimal): -3272646 or 3805390. OLE color: 3805390.
HSL color Cylindrical-coordinate representation of color #CE103A: hue angle of 346.74º 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 #CE103A is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 58 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.19 |
| HSL | 346.74º | 0.86% | 0.44% | - |
| HSV(B) | 346.74º | 0.92% | 0.81% | - |
| XYZ | 26.4 | 13.8 | 5.27 | - |
| YUV | 77.6 | 116.95 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 58 | 0 | 0.92 | 0.72 | 0.19 | 346.74 | 0.86 | 0.44 |
| Hex | CE | 10 | 3A | 0 | 5C | 48 | 13 | 15B | 56 | 2C |
| Octal | 316 | 20 | 72 | 0 | 134 | 110 | 23 | 533 | 126 | 54 |
| Binary | 11001110 | 10000 | 111010 | 0 | 1011100 | 1001000 | 10011 | 101011011 | 1010110 | 101100 |
Color Harmonies of #CE103A
Complementary color
Monochromatic Colors of #CE103A
Black with #CE103A
Text Example
Text Example
White with #CE103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE103A; }
p { color: rgb(206,16,58); }
H1.HeaderClassName
{
color: #CE103A;
}
.AnyTagClassName
{
color: #CE103A;
}
</style>
background-color css
<style>
a { background-color: #CE103A; }
a { background-color: rgb(206,16,58); }
div.DivClassName
{
background-color: #CE103A;
}
.BgClassName
{
background-color: #CE103A;
}
</style>
border-color css
<style>
span { border-color: #CE103A; }
span { border-color: rgb(206,16,58); }
td.TdClassName
{
border-color: #CE103A;
}
.TagClassName
{
border-color: #CE103A;
}
</style>