Shades of Crimson #CE0C41
Tints of Crimson #CE0C41
RGB
CMYK
RGB Variations
Color information
#CE0C41 (or 0xCE0C41) is known color: Crimson. HEX triplet: CE, 0C and 41. RGB value is (206,12,65). Sum of RGB (Red+Green+Blue) = 206+12+65=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0C41 is #31F3BE. Grayscale: #4C4C4C. Windows color (decimal): -3273663 or 4263118. OLE color: 4263118.
HSL color Cylindrical-coordinate representation of color #CE0C41: hue angle of 343.61º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0C41 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 65 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.19 |
| HSL | 343.61º | 0.89% | 0.43% | - |
| HSV(B) | 343.61º | 0.94% | 0.81% | - |
| XYZ | 26.54 | 13.77 | 6.26 | - |
| YUV | 76.05 | 121.77 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 65 | 0 | 0.94 | 0.68 | 0.19 | 343.61 | 0.89 | 0.43 |
| Hex | CE | C | 41 | 0 | 5E | 44 | 13 | 158 | 59 | 2B |
| Octal | 316 | 14 | 101 | 0 | 136 | 104 | 23 | 530 | 131 | 53 |
| Binary | 11001110 | 1100 | 1000001 | 0 | 1011110 | 1000100 | 10011 | 101011000 | 1011001 | 101011 |
Color Harmonies of #CE0C41
Complementary color
Monochromatic Colors of #CE0C41
Black with #CE0C41
Text Example
Text Example
White with #CE0C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0C41; }
p { color: rgb(206,12,65); }
H1.HeaderClassName
{
color: #CE0C41;
}
.AnyTagClassName
{
color: #CE0C41;
}
</style>
background-color css
<style>
a { background-color: #CE0C41; }
a { background-color: rgb(206,12,65); }
div.DivClassName
{
background-color: #CE0C41;
}
.BgClassName
{
background-color: #CE0C41;
}
</style>
border-color css
<style>
span { border-color: #CE0C41; }
span { border-color: rgb(206,12,65); }
td.TdClassName
{
border-color: #CE0C41;
}
.TagClassName
{
border-color: #CE0C41;
}
</style>