Shades of Crimson #CE0E4A
Tints of Crimson #CE0E4A
RGB
CMYK
RGB Variations
Color information
#CE0E4A (or 0xCE0E4A) is known color: Crimson. HEX triplet: CE, 0E and 4A. RGB value is (206,14,74). Sum of RGB (Red+Green+Blue) = 206+14+74=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0E4A is #31F1B5. Grayscale: #4E4E4E. Windows color (decimal): -3273142 or 4853454. OLE color: 4853454.
HSL color Cylindrical-coordinate representation of color #CE0E4A: hue angle of 341.25º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0E4A is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 14 | 74 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.19 |
| HSL | 341.25º | 0.87% | 0.43% | - |
| HSV(B) | 341.25º | 0.93% | 0.81% | - |
| XYZ | 26.85 | 13.93 | 7.75 | - |
| YUV | 78.25 | 125.61 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 74 | 0 | 0.93 | 0.64 | 0.19 | 341.25 | 0.87 | 0.43 |
| Hex | CE | E | 4A | 0 | 5D | 40 | 13 | 155 | 57 | 2B |
| Octal | 316 | 16 | 112 | 0 | 135 | 100 | 23 | 525 | 127 | 53 |
| Binary | 11001110 | 1110 | 1001010 | 0 | 1011101 | 1000000 | 10011 | 101010101 | 1010111 | 101011 |
Color Harmonies of #CE0E4A
Complementary color
Monochromatic Colors of #CE0E4A
Black with #CE0E4A
Text Example
Text Example
White with #CE0E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0E4A; }
p { color: rgb(206,14,74); }
H1.HeaderClassName
{
color: #CE0E4A;
}
.AnyTagClassName
{
color: #CE0E4A;
}
</style>
background-color css
<style>
a { background-color: #CE0E4A; }
a { background-color: rgb(206,14,74); }
div.DivClassName
{
background-color: #CE0E4A;
}
.BgClassName
{
background-color: #CE0E4A;
}
</style>
border-color css
<style>
span { border-color: #CE0E4A; }
span { border-color: rgb(206,14,74); }
td.TdClassName
{
border-color: #CE0E4A;
}
.TagClassName
{
border-color: #CE0E4A;
}
</style>