Shades of Crimson #CE0945
Tints of Crimson #CE0945
RGB
CMYK
RGB Variations
Color information
#CE0945 (or 0xCE0945) is known color: Crimson. HEX triplet: CE, 09 and 45. RGB value is (206,9,69). Sum of RGB (Red+Green+Blue) = 206+9+69=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0945 is #31F6BA. Grayscale: #4A4A4A. Windows color (decimal): -3274427 or 4524494. OLE color: 4524494.
HSL color Cylindrical-coordinate representation of color #CE0945: hue angle of 341.73º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0945 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 69 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.19 |
| HSL | 341.73º | 0.92% | 0.42% | - |
| HSV(B) | 341.73º | 0.96% | 0.81% | - |
| XYZ | 26.63 | 13.75 | 6.88 | - |
| YUV | 74.74 | 124.77 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 69 | 0 | 0.96 | 0.67 | 0.19 | 341.73 | 0.92 | 0.42 |
| Hex | CE | 9 | 45 | 0 | 60 | 43 | 13 | 156 | 5C | 2A |
| Octal | 316 | 11 | 105 | 0 | 140 | 103 | 23 | 526 | 134 | 52 |
| Binary | 11001110 | 1001 | 1000101 | 0 | 1100000 | 1000011 | 10011 | 101010110 | 1011100 | 101010 |
Color Harmonies of #CE0945
Complementary color
Monochromatic Colors of #CE0945
Black with #CE0945
Text Example
Text Example
White with #CE0945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0945; }
p { color: rgb(206,9,69); }
H1.HeaderClassName
{
color: #CE0945;
}
.AnyTagClassName
{
color: #CE0945;
}
</style>
background-color css
<style>
a { background-color: #CE0945; }
a { background-color: rgb(206,9,69); }
div.DivClassName
{
background-color: #CE0945;
}
.BgClassName
{
background-color: #CE0945;
}
</style>
border-color css
<style>
span { border-color: #CE0945; }
span { border-color: rgb(206,9,69); }
td.TdClassName
{
border-color: #CE0945;
}
.TagClassName
{
border-color: #CE0945;
}
</style>