Shades of Crimson #CE0D44
Tints of Crimson #CE0D44
RGB
CMYK
RGB Variations
Color information
#CE0D44 (or 0xCE0D44) is known color: Crimson. HEX triplet: CE, 0D and 44. RGB value is (206,13,68). Sum of RGB (Red+Green+Blue) = 206+13+68=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0D44 is #31F2BB. Grayscale: #4C4C4C. Windows color (decimal): -3273404 or 4459982. OLE color: 4459982.
HSL color Cylindrical-coordinate representation of color #CE0D44: hue angle of 342.9º 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 #CE0D44 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 68 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.19 |
| HSL | 342.9º | 0.88% | 0.43% | - |
| HSV(B) | 342.9º | 0.94% | 0.81% | - |
| XYZ | 26.64 | 13.83 | 6.73 | - |
| YUV | 76.98 | 122.94 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 68 | 0 | 0.94 | 0.67 | 0.19 | 342.9 | 0.88 | 0.43 |
| Hex | CE | D | 44 | 0 | 5E | 43 | 13 | 157 | 58 | 2B |
| Octal | 316 | 15 | 104 | 0 | 136 | 103 | 23 | 527 | 130 | 53 |
| Binary | 11001110 | 1101 | 1000100 | 0 | 1011110 | 1000011 | 10011 | 101010111 | 1011000 | 101011 |
Color Harmonies of #CE0D44
Complementary color
Monochromatic Colors of #CE0D44
Black with #CE0D44
Text Example
Text Example
White with #CE0D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0D44; }
p { color: rgb(206,13,68); }
H1.HeaderClassName
{
color: #CE0D44;
}
.AnyTagClassName
{
color: #CE0D44;
}
</style>
background-color css
<style>
a { background-color: #CE0D44; }
a { background-color: rgb(206,13,68); }
div.DivClassName
{
background-color: #CE0D44;
}
.BgClassName
{
background-color: #CE0D44;
}
</style>
border-color css
<style>
span { border-color: #CE0D44; }
span { border-color: rgb(206,13,68); }
td.TdClassName
{
border-color: #CE0D44;
}
.TagClassName
{
border-color: #CE0D44;
}
</style>