Shades of Crimson #CE0A45
Tints of Crimson #CE0A45
RGB
CMYK
RGB Variations
Color information
#CE0A45 (or 0xCE0A45) is known color: Crimson. HEX triplet: CE, 0A and 45. RGB value is (206,10,69). Sum of RGB (Red+Green+Blue) = 206+10+69=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0A45 is #31F5BA. Grayscale: #4B4B4B. Windows color (decimal): -3274171 or 4524750. OLE color: 4524750.
HSL color Cylindrical-coordinate representation of color #CE0A45: hue angle of 341.94º 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 #CE0A45 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 69 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.19 |
| HSL | 341.94º | 0.91% | 0.42% | - |
| HSV(B) | 341.94º | 0.95% | 0.81% | - |
| XYZ | 26.64 | 13.77 | 6.88 | - |
| YUV | 75.33 | 124.43 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 69 | 0 | 0.95 | 0.67 | 0.19 | 341.94 | 0.91 | 0.42 |
| Hex | CE | A | 45 | 0 | 5F | 43 | 13 | 156 | 5B | 2A |
| Octal | 316 | 12 | 105 | 0 | 137 | 103 | 23 | 526 | 133 | 52 |
| Binary | 11001110 | 1010 | 1000101 | 0 | 1011111 | 1000011 | 10011 | 101010110 | 1011011 | 101010 |
Color Harmonies of #CE0A45
Complementary color
Monochromatic Colors of #CE0A45
Black with #CE0A45
Text Example
Text Example
White with #CE0A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A45; }
p { color: rgb(206,10,69); }
H1.HeaderClassName
{
color: #CE0A45;
}
.AnyTagClassName
{
color: #CE0A45;
}
</style>
background-color css
<style>
a { background-color: #CE0A45; }
a { background-color: rgb(206,10,69); }
div.DivClassName
{
background-color: #CE0A45;
}
.BgClassName
{
background-color: #CE0A45;
}
</style>
border-color css
<style>
span { border-color: #CE0A45; }
span { border-color: rgb(206,10,69); }
td.TdClassName
{
border-color: #CE0A45;
}
.TagClassName
{
border-color: #CE0A45;
}
</style>