Shades of Crimson #CE094A
Tints of Crimson #CE094A
RGB
CMYK
RGB Variations
Color information
#CE094A (or 0xCE094A) is known color: Crimson. HEX triplet: CE, 09 and 4A. RGB value is (206,9,74). Sum of RGB (Red+Green+Blue) = 206+9+74=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE094A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE094A is #31F6B5. Grayscale: #4B4B4B. Windows color (decimal): -3274422 or 4852174. OLE color: 4852174.
HSL color Cylindrical-coordinate representation of color #CE094A: hue angle of 340.2º 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 #CE094A is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 74 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.19 |
| HSL | 340.2º | 0.92% | 0.42% | - |
| HSV(B) | 340.2º | 0.96% | 0.81% | - |
| XYZ | 26.79 | 13.81 | 7.73 | - |
| YUV | 75.31 | 127.27 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 74 | 0 | 0.96 | 0.64 | 0.19 | 340.2 | 0.92 | 0.42 |
| Hex | CE | 9 | 4A | 0 | 60 | 40 | 13 | 154 | 5C | 2A |
| Octal | 316 | 11 | 112 | 0 | 140 | 100 | 23 | 524 | 134 | 52 |
| Binary | 11001110 | 1001 | 1001010 | 0 | 1100000 | 1000000 | 10011 | 101010100 | 1011100 | 101010 |
Color Harmonies of #CE094A
Complementary color
Monochromatic Colors of #CE094A
Black with #CE094A
Text Example
Text Example
White with #CE094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE094A; }
p { color: rgb(206,9,74); }
H1.HeaderClassName
{
color: #CE094A;
}
.AnyTagClassName
{
color: #CE094A;
}
</style>
background-color css
<style>
a { background-color: #CE094A; }
a { background-color: rgb(206,9,74); }
div.DivClassName
{
background-color: #CE094A;
}
.BgClassName
{
background-color: #CE094A;
}
</style>
border-color css
<style>
span { border-color: #CE094A; }
span { border-color: rgb(206,9,74); }
td.TdClassName
{
border-color: #CE094A;
}
.TagClassName
{
border-color: #CE094A;
}
</style>