Shades of Crimson #CE0A3A
Tints of Crimson #CE0A3A
RGB
CMYK
RGB Variations
Color information
#CE0A3A (or 0xCE0A3A) is known color: Crimson. HEX triplet: CE, 0A and 3A. RGB value is (206,10,58). Sum of RGB (Red+Green+Blue) = 206+10+58=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0A3A is #31F5C5. Grayscale: #4A4A4A. Windows color (decimal): -3274182 or 3803854. OLE color: 3803854.
HSL color Cylindrical-coordinate representation of color #CE0A3A: hue angle of 345.31º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A3A is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 58 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.19 |
| HSL | 345.31º | 0.91% | 0.42% | - |
| HSV(B) | 345.31º | 0.95% | 0.81% | - |
| XYZ | 26.33 | 13.64 | 5.25 | - |
| YUV | 74.08 | 118.93 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 58 | 0 | 0.95 | 0.72 | 0.19 | 345.31 | 0.91 | 0.42 |
| Hex | CE | A | 3A | 0 | 5F | 48 | 13 | 159 | 5B | 2A |
| Octal | 316 | 12 | 72 | 0 | 137 | 110 | 23 | 531 | 133 | 52 |
| Binary | 11001110 | 1010 | 111010 | 0 | 1011111 | 1001000 | 10011 | 101011001 | 1011011 | 101010 |
Color Harmonies of #CE0A3A
Complementary color
Monochromatic Colors of #CE0A3A
Black with #CE0A3A
Text Example
Text Example
White with #CE0A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A3A; }
p { color: rgb(206,10,58); }
H1.HeaderClassName
{
color: #CE0A3A;
}
.AnyTagClassName
{
color: #CE0A3A;
}
</style>
background-color css
<style>
a { background-color: #CE0A3A; }
a { background-color: rgb(206,10,58); }
div.DivClassName
{
background-color: #CE0A3A;
}
.BgClassName
{
background-color: #CE0A3A;
}
</style>
border-color css
<style>
span { border-color: #CE0A3A; }
span { border-color: rgb(206,10,58); }
td.TdClassName
{
border-color: #CE0A3A;
}
.TagClassName
{
border-color: #CE0A3A;
}
</style>