Shades of Crimson #CE0A30
Tints of Crimson #CE0A30
RGB
CMYK
RGB Variations
Color information
#CE0A30 (or 0xCE0A30) is known color: Crimson. HEX triplet: CE, 0A and 30. RGB value is (206,10,48). Sum of RGB (Red+Green+Blue) = 206+10+48=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0A30 is #31F5CF. Grayscale: #484848. Windows color (decimal): -3274192 or 3148494. OLE color: 3148494.
HSL color Cylindrical-coordinate representation of color #CE0A30: hue angle of 348.37º 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 #CE0A30 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 48 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.19 |
| HSL | 348.37º | 0.91% | 0.42% | - |
| HSV(B) | 348.37º | 0.95% | 0.81% | - |
| XYZ | 26.1 | 13.55 | 4.04 | - |
| YUV | 72.94 | 113.93 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 48 | 0 | 0.95 | 0.77 | 0.19 | 348.37 | 0.91 | 0.42 |
| Hex | CE | A | 30 | 0 | 5F | 4D | 13 | 15C | 5B | 2A |
| Octal | 316 | 12 | 60 | 0 | 137 | 115 | 23 | 534 | 133 | 52 |
| Binary | 11001110 | 1010 | 110000 | 0 | 1011111 | 1001101 | 10011 | 101011100 | 1011011 | 101010 |
Color Harmonies of #CE0A30
Complementary color
Monochromatic Colors of #CE0A30
Black with #CE0A30
Text Example
Text Example
White with #CE0A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A30; }
p { color: rgb(206,10,48); }
H1.HeaderClassName
{
color: #CE0A30;
}
.AnyTagClassName
{
color: #CE0A30;
}
</style>
background-color css
<style>
a { background-color: #CE0A30; }
a { background-color: rgb(206,10,48); }
div.DivClassName
{
background-color: #CE0A30;
}
.BgClassName
{
background-color: #CE0A30;
}
</style>
border-color css
<style>
span { border-color: #CE0A30; }
span { border-color: rgb(206,10,48); }
td.TdClassName
{
border-color: #CE0A30;
}
.TagClassName
{
border-color: #CE0A30;
}
</style>