Shades of Crimson #CE0045
Tints of Crimson #CE0045
RGB
CMYK
RGB Variations
Color information
#CE0045 (or 0xCE0045) is known color: Crimson. HEX triplet: CE, 00 and 45. RGB value is (206,0,69). Sum of RGB (Red+Green+Blue) = 206+0+69=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0045 is #31FFBA. Grayscale: #454545. Windows color (decimal): -3276731 or 4522190. OLE color: 4522190.
HSL color Cylindrical-coordinate representation of color #CE0045: hue angle of 339.9º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0045 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.67 | 0.19 |
| HSL | 339.9º | 1% | 0.4% | - |
| HSV(B) | 339.9º | 1% | 0.81% | - |
| XYZ | 26.53 | 13.55 | 6.85 | - |
| YUV | 69.46 | 127.75 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 69 | 0 | 1 | 0.67 | 0.19 | 339.9 | 1 | 0.4 |
| Hex | CE | 0 | 45 | 0 | 64 | 43 | 13 | 154 | 64 | 28 |
| Octal | 316 | 0 | 105 | 0 | 144 | 103 | 23 | 524 | 144 | 50 |
| Binary | 11001110 | 0 | 1000101 | 0 | 1100100 | 1000011 | 10011 | 101010100 | 1100100 | 101000 |
Color Harmonies of #CE0045
Complementary color
Monochromatic Colors of #CE0045
Black with #CE0045
Text Example
Text Example
White with #CE0045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0045; }
p { color: rgb(206,0,69); }
H1.HeaderClassName
{
color: #CE0045;
}
.AnyTagClassName
{
color: #CE0045;
}
</style>
background-color css
<style>
a { background-color: #CE0045; }
a { background-color: rgb(206,0,69); }
div.DivClassName
{
background-color: #CE0045;
}
.BgClassName
{
background-color: #CE0045;
}
</style>
border-color css
<style>
span { border-color: #CE0045; }
span { border-color: rgb(206,0,69); }
td.TdClassName
{
border-color: #CE0045;
}
.TagClassName
{
border-color: #CE0045;
}
</style>