Shades of Crimson #CE0536
Tints of Crimson #CE0536
RGB
CMYK
RGB Variations
Color information
#CE0536 (or 0xCE0536) is known color: Crimson. HEX triplet: CE, 05 and 36. RGB value is (206,5,54). Sum of RGB (Red+Green+Blue) = 206+5+54=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0536 is #31FAC9. Grayscale: #464646. Windows color (decimal): -3275466 or 3540430. OLE color: 3540430.
HSL color Cylindrical-coordinate representation of color #CE0536: hue angle of 345.37º 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 #CE0536 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 54 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.19 |
| HSL | 345.37º | 0.95% | 0.41% | - |
| HSV(B) | 345.37º | 0.98% | 0.81% | - |
| XYZ | 26.17 | 13.5 | 4.72 | - |
| YUV | 70.69 | 118.59 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 54 | 0 | 0.98 | 0.74 | 0.19 | 345.37 | 0.95 | 0.41 |
| Hex | CE | 5 | 36 | 0 | 62 | 4A | 13 | 159 | 5F | 29 |
| Octal | 316 | 5 | 66 | 0 | 142 | 112 | 23 | 531 | 137 | 51 |
| Binary | 11001110 | 101 | 110110 | 0 | 1100010 | 1001010 | 10011 | 101011001 | 1011111 | 101001 |
Color Harmonies of #CE0536
Complementary color
Monochromatic Colors of #CE0536
Black with #CE0536
Text Example
Text Example
White with #CE0536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0536; }
p { color: rgb(206,5,54); }
H1.HeaderClassName
{
color: #CE0536;
}
.AnyTagClassName
{
color: #CE0536;
}
</style>
background-color css
<style>
a { background-color: #CE0536; }
a { background-color: rgb(206,5,54); }
div.DivClassName
{
background-color: #CE0536;
}
.BgClassName
{
background-color: #CE0536;
}
</style>
border-color css
<style>
span { border-color: #CE0536; }
span { border-color: rgb(206,5,54); }
td.TdClassName
{
border-color: #CE0536;
}
.TagClassName
{
border-color: #CE0536;
}
</style>