Shades of Crimson #CE0541
Tints of Crimson #CE0541
RGB
CMYK
RGB Variations
Color information
#CE0541 (or 0xCE0541) is known color: Crimson. HEX triplet: CE, 05 and 41. RGB value is (206,5,65). Sum of RGB (Red+Green+Blue) = 206+5+65=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0541 is #31FABE. Grayscale: #474747. Windows color (decimal): -3275455 or 4261326. OLE color: 4261326.
HSL color Cylindrical-coordinate representation of color #CE0541: hue angle of 342.09º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0541 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 65 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.19 |
| HSL | 342.09º | 0.95% | 0.41% | - |
| HSV(B) | 342.09º | 0.98% | 0.81% | - |
| XYZ | 26.46 | 13.61 | 6.23 | - |
| YUV | 71.94 | 124.09 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 65 | 0 | 0.98 | 0.68 | 0.19 | 342.09 | 0.95 | 0.41 |
| Hex | CE | 5 | 41 | 0 | 62 | 44 | 13 | 156 | 5F | 29 |
| Octal | 316 | 5 | 101 | 0 | 142 | 104 | 23 | 526 | 137 | 51 |
| Binary | 11001110 | 101 | 1000001 | 0 | 1100010 | 1000100 | 10011 | 101010110 | 1011111 | 101001 |
Color Harmonies of #CE0541
Complementary color
Monochromatic Colors of #CE0541
Black with #CE0541
Text Example
Text Example
White with #CE0541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0541; }
p { color: rgb(206,5,65); }
H1.HeaderClassName
{
color: #CE0541;
}
.AnyTagClassName
{
color: #CE0541;
}
</style>
background-color css
<style>
a { background-color: #CE0541; }
a { background-color: rgb(206,5,65); }
div.DivClassName
{
background-color: #CE0541;
}
.BgClassName
{
background-color: #CE0541;
}
</style>
border-color css
<style>
span { border-color: #CE0541; }
span { border-color: rgb(206,5,65); }
td.TdClassName
{
border-color: #CE0541;
}
.TagClassName
{
border-color: #CE0541;
}
</style>