Shades of Crimson #CE103C
Tints of Crimson #CE103C
RGB
CMYK
RGB Variations
Color information
#CE103C (or 0xCE103C) is known color: Crimson. HEX triplet: CE, 10 and 3C. RGB value is (206,16,60). Sum of RGB (Red+Green+Blue) = 206+16+60=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE103C is #31EFC3. Grayscale: #4D4D4D. Windows color (decimal): -3272644 or 3936462. OLE color: 3936462.
HSL color Cylindrical-coordinate representation of color #CE103C: hue angle of 346.11º 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 #CE103C is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 60 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.19 |
| HSL | 346.11º | 0.86% | 0.44% | - |
| HSV(B) | 346.11º | 0.92% | 0.81% | - |
| XYZ | 26.45 | 13.82 | 5.55 | - |
| YUV | 77.83 | 117.95 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 60 | 0 | 0.92 | 0.71 | 0.19 | 346.11 | 0.86 | 0.44 |
| Hex | CE | 10 | 3C | 0 | 5C | 47 | 13 | 15A | 56 | 2C |
| Octal | 316 | 20 | 74 | 0 | 134 | 107 | 23 | 532 | 126 | 54 |
| Binary | 11001110 | 10000 | 111100 | 0 | 1011100 | 1000111 | 10011 | 101011010 | 1010110 | 101100 |
Color Harmonies of #CE103C
Complementary color
Monochromatic Colors of #CE103C
Black with #CE103C
Text Example
Text Example
White with #CE103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE103C; }
p { color: rgb(206,16,60); }
H1.HeaderClassName
{
color: #CE103C;
}
.AnyTagClassName
{
color: #CE103C;
}
</style>
background-color css
<style>
a { background-color: #CE103C; }
a { background-color: rgb(206,16,60); }
div.DivClassName
{
background-color: #CE103C;
}
.BgClassName
{
background-color: #CE103C;
}
</style>
border-color css
<style>
span { border-color: #CE103C; }
span { border-color: rgb(206,16,60); }
td.TdClassName
{
border-color: #CE103C;
}
.TagClassName
{
border-color: #CE103C;
}
</style>