Shades of Crimson #CE0D30
Tints of Crimson #CE0D30
RGB
CMYK
RGB Variations
Color information
#CE0D30 (or 0xCE0D30) is known color: Crimson. HEX triplet: CE, 0D and 30. RGB value is (206,13,48). Sum of RGB (Red+Green+Blue) = 206+13+48=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0D30 is #31F2CF. Grayscale: #4A4A4A. Windows color (decimal): -3273424 or 3149262. OLE color: 3149262.
HSL color Cylindrical-coordinate representation of color #CE0D30: hue angle of 349.12º 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 #CE0D30 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 48 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.19 |
| HSL | 349.12º | 0.88% | 0.43% | - |
| HSV(B) | 349.12º | 0.94% | 0.81% | - |
| XYZ | 26.13 | 13.62 | 4.05 | - |
| YUV | 74.7 | 112.94 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 48 | 0 | 0.94 | 0.77 | 0.19 | 349.12 | 0.88 | 0.43 |
| Hex | CE | D | 30 | 0 | 5E | 4D | 13 | 15D | 58 | 2B |
| Octal | 316 | 15 | 60 | 0 | 136 | 115 | 23 | 535 | 130 | 53 |
| Binary | 11001110 | 1101 | 110000 | 0 | 1011110 | 1001101 | 10011 | 101011101 | 1011000 | 101011 |
Color Harmonies of #CE0D30
Complementary color
Monochromatic Colors of #CE0D30
Black with #CE0D30
Text Example
Text Example
White with #CE0D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0D30; }
p { color: rgb(206,13,48); }
H1.HeaderClassName
{
color: #CE0D30;
}
.AnyTagClassName
{
color: #CE0D30;
}
</style>
background-color css
<style>
a { background-color: #CE0D30; }
a { background-color: rgb(206,13,48); }
div.DivClassName
{
background-color: #CE0D30;
}
.BgClassName
{
background-color: #CE0D30;
}
</style>
border-color css
<style>
span { border-color: #CE0D30; }
span { border-color: rgb(206,13,48); }
td.TdClassName
{
border-color: #CE0D30;
}
.TagClassName
{
border-color: #CE0D30;
}
</style>