Shades of Crimson #CE012E
Tints of Crimson #CE012E
RGB
CMYK
RGB Variations
Color information
#CE012E (or 0xCE012E) is known color: Crimson. HEX triplet: CE, 01 and 2E. RGB value is (206,1,46). Sum of RGB (Red+Green+Blue) = 206+1+46=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE012E is #31FED1. Grayscale: #434343. Windows color (decimal): -3276498 or 3015118. OLE color: 3015118.
HSL color Cylindrical-coordinate representation of color #CE012E: hue angle of 346.83º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE012E is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 46 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.19 |
| HSL | 346.83º | 0.99% | 0.41% | - |
| HSV(B) | 346.83º | 1% | 0.81% | - |
| XYZ | 25.96 | 13.34 | 3.79 | - |
| YUV | 67.43 | 115.92 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 46 | 0 | 1.00 | 0.78 | 0.19 | 346.83 | 0.99 | 0.41 |
| Hex | CE | 1 | 2E | 0 | 64 | 4E | 13 | 15B | 63 | 29 |
| Octal | 316 | 1 | 56 | 0 | 144 | 116 | 23 | 533 | 143 | 51 |
| Binary | 11001110 | 1 | 101110 | 0 | 1100100 | 1001110 | 10011 | 101011011 | 1100011 | 101001 |
Color Harmonies of #CE012E
Complementary color
Monochromatic Colors of #CE012E
Black with #CE012E
Text Example
Text Example
White with #CE012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE012E; }
p { color: rgb(206,1,46); }
H1.HeaderClassName
{
color: #CE012E;
}
.AnyTagClassName
{
color: #CE012E;
}
</style>
background-color css
<style>
a { background-color: #CE012E; }
a { background-color: rgb(206,1,46); }
div.DivClassName
{
background-color: #CE012E;
}
.BgClassName
{
background-color: #CE012E;
}
</style>
border-color css
<style>
span { border-color: #CE012E; }
span { border-color: rgb(206,1,46); }
td.TdClassName
{
border-color: #CE012E;
}
.TagClassName
{
border-color: #CE012E;
}
</style>