Shades of Crimson #CE084A
Tints of Crimson #CE084A
RGB
CMYK
RGB Variations
Color information
#CE084A (or 0xCE084A) is known color: Crimson. HEX triplet: CE, 08 and 4A. RGB value is (206,8,74). Sum of RGB (Red+Green+Blue) = 206+8+74=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE084A is #31F7B5. Grayscale: #4A4A4A. Windows color (decimal): -3274678 or 4851918. OLE color: 4851918.
HSL color Cylindrical-coordinate representation of color #CE084A: hue angle of 340º degrees, saturation: 0.93, 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 #CE084A is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 74 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.19 |
| HSL | 340º | 0.93% | 0.42% | - |
| HSV(B) | 340º | 0.96% | 0.81% | - |
| XYZ | 26.78 | 13.79 | 7.73 | - |
| YUV | 74.73 | 127.6 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 74 | 0 | 0.96 | 0.64 | 0.19 | 340 | 0.93 | 0.42 |
| Hex | CE | 8 | 4A | 0 | 60 | 40 | 13 | 154 | 5D | 2A |
| Octal | 316 | 10 | 112 | 0 | 140 | 100 | 23 | 524 | 135 | 52 |
| Binary | 11001110 | 1000 | 1001010 | 0 | 1100000 | 1000000 | 10011 | 101010100 | 1011101 | 101010 |
Color Harmonies of #CE084A
Complementary color
Monochromatic Colors of #CE084A
Black with #CE084A
Text Example
Text Example
White with #CE084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE084A; }
p { color: rgb(206,8,74); }
H1.HeaderClassName
{
color: #CE084A;
}
.AnyTagClassName
{
color: #CE084A;
}
</style>
background-color css
<style>
a { background-color: #CE084A; }
a { background-color: rgb(206,8,74); }
div.DivClassName
{
background-color: #CE084A;
}
.BgClassName
{
background-color: #CE084A;
}
</style>
border-color css
<style>
span { border-color: #CE084A; }
span { border-color: rgb(206,8,74); }
td.TdClassName
{
border-color: #CE084A;
}
.TagClassName
{
border-color: #CE084A;
}
</style>