Shades of Crimson #CE0936
Tints of Crimson #CE0936
RGB
CMYK
RGB Variations
Color information
#CE0936 (or 0xCE0936) is known color: Crimson. HEX triplet: CE, 09 and 36. RGB value is (206,9,54). Sum of RGB (Red+Green+Blue) = 206+9+54=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0936 is #31F6C9. Grayscale: #494949. Windows color (decimal): -3274442 or 3541454. OLE color: 3541454.
HSL color Cylindrical-coordinate representation of color #CE0936: hue angle of 346.29º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0936 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 54 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.19 |
| HSL | 346.29º | 0.92% | 0.42% | - |
| HSV(B) | 346.29º | 0.96% | 0.81% | - |
| XYZ | 26.22 | 13.58 | 4.73 | - |
| YUV | 73.03 | 117.27 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 54 | 0 | 0.96 | 0.74 | 0.19 | 346.29 | 0.92 | 0.42 |
| Hex | CE | 9 | 36 | 0 | 60 | 4A | 13 | 15A | 5C | 2A |
| Octal | 316 | 11 | 66 | 0 | 140 | 112 | 23 | 532 | 134 | 52 |
| Binary | 11001110 | 1001 | 110110 | 0 | 1100000 | 1001010 | 10011 | 101011010 | 1011100 | 101010 |
Color Harmonies of #CE0936
Complementary color
Monochromatic Colors of #CE0936
Black with #CE0936
Text Example
Text Example
White with #CE0936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0936; }
p { color: rgb(206,9,54); }
H1.HeaderClassName
{
color: #CE0936;
}
.AnyTagClassName
{
color: #CE0936;
}
</style>
background-color css
<style>
a { background-color: #CE0936; }
a { background-color: rgb(206,9,54); }
div.DivClassName
{
background-color: #CE0936;
}
.BgClassName
{
background-color: #CE0936;
}
</style>
border-color css
<style>
span { border-color: #CE0936; }
span { border-color: rgb(206,9,54); }
td.TdClassName
{
border-color: #CE0936;
}
.TagClassName
{
border-color: #CE0936;
}
</style>