Shades of Crimson #CE0D4D
Tints of Crimson #CE0D4D
RGB
CMYK
RGB Variations
Color information
#CE0D4D (or 0xCE0D4D) is known color: Crimson. HEX triplet: CE, 0D and 4D. RGB value is (206,13,77). Sum of RGB (Red+Green+Blue) = 206+13+77=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0D4D is #31F2B2. Grayscale: #4D4D4D. Windows color (decimal): -3273395 or 5049806. OLE color: 5049806.
HSL color Cylindrical-coordinate representation of color #CE0D4D: hue angle of 340.1º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0D4D is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 77 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.19 |
| HSL | 340.1º | 0.88% | 0.43% | - |
| HSV(B) | 340.1º | 0.94% | 0.81% | - |
| XYZ | 26.94 | 13.95 | 8.29 | - |
| YUV | 78 | 127.44 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 77 | 0 | 0.94 | 0.63 | 0.19 | 340.1 | 0.88 | 0.43 |
| Hex | CE | D | 4D | 0 | 5E | 3F | 13 | 154 | 58 | 2B |
| Octal | 316 | 15 | 115 | 0 | 136 | 77 | 23 | 524 | 130 | 53 |
| Binary | 11001110 | 1101 | 1001101 | 0 | 1011110 | 111111 | 10011 | 101010100 | 1011000 | 101011 |
Color Harmonies of #CE0D4D
Complementary color
Monochromatic Colors of #CE0D4D
Black with #CE0D4D
Text Example
Text Example
White with #CE0D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0D4D; }
p { color: rgb(206,13,77); }
H1.HeaderClassName
{
color: #CE0D4D;
}
.AnyTagClassName
{
color: #CE0D4D;
}
</style>
background-color css
<style>
a { background-color: #CE0D4D; }
a { background-color: rgb(206,13,77); }
div.DivClassName
{
background-color: #CE0D4D;
}
.BgClassName
{
background-color: #CE0D4D;
}
</style>
border-color css
<style>
span { border-color: #CE0D4D; }
span { border-color: rgb(206,13,77); }
td.TdClassName
{
border-color: #CE0D4D;
}
.TagClassName
{
border-color: #CE0D4D;
}
</style>