Shades of Crimson #CE0236
Tints of Crimson #CE0236
RGB
CMYK
RGB Variations
Color information
#CE0236 (or 0xCE0236) is known color: Crimson. HEX triplet: CE, 02 and 36. RGB value is (206,2,54). Sum of RGB (Red+Green+Blue) = 206+2+54=262 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.63% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0236 is #31FDC9. Grayscale: #444444. Windows color (decimal): -3276234 or 3539662. OLE color: 3539662.
HSL color Cylindrical-coordinate representation of color #CE0236: hue angle of 344.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0236 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.19 |
| HSL | 344.71º | 0.98% | 0.41% | - |
| HSV(B) | 344.71º | 0.99% | 0.81% | - |
| XYZ | 26.14 | 13.43 | 4.7 | - |
| YUV | 68.92 | 119.59 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 54 | 0 | 0.99 | 0.74 | 0.19 | 344.71 | 0.98 | 0.41 |
| Hex | CE | 2 | 36 | 0 | 63 | 4A | 13 | 159 | 62 | 29 |
| Octal | 316 | 2 | 66 | 0 | 143 | 112 | 23 | 531 | 142 | 51 |
| Binary | 11001110 | 10 | 110110 | 0 | 1100011 | 1001010 | 10011 | 101011001 | 1100010 | 101001 |
Color Harmonies of #CE0236
Complementary color
Monochromatic Colors of #CE0236
Black with #CE0236
Text Example
Text Example
White with #CE0236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0236; }
p { color: rgb(206,2,54); }
H1.HeaderClassName
{
color: #CE0236;
}
.AnyTagClassName
{
color: #CE0236;
}
</style>
background-color css
<style>
a { background-color: #CE0236; }
a { background-color: rgb(206,2,54); }
div.DivClassName
{
background-color: #CE0236;
}
.BgClassName
{
background-color: #CE0236;
}
</style>
border-color css
<style>
span { border-color: #CE0236; }
span { border-color: rgb(206,2,54); }
td.TdClassName
{
border-color: #CE0236;
}
.TagClassName
{
border-color: #CE0236;
}
</style>