Shades of Crimson #CE012F
Tints of Crimson #CE012F
RGB
CMYK
RGB Variations
Color information
#CE012F (or 0xCE012F) is known color: Crimson. HEX triplet: CE, 01 and 2F. RGB value is (206,1,47). Sum of RGB (Red+Green+Blue) = 206+1+47=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE012F is #31FED0. Grayscale: #434343. Windows color (decimal): -3276497 or 3080654. OLE color: 3080654.
HSL color Cylindrical-coordinate representation of color #CE012F: hue angle of 346.54º 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 #CE012F is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 47 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.19 |
| HSL | 346.54º | 0.99% | 0.41% | - |
| HSV(B) | 346.54º | 1% | 0.81% | - |
| XYZ | 25.98 | 13.35 | 3.9 | - |
| YUV | 67.54 | 116.42 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 47 | 0 | 1.00 | 0.77 | 0.19 | 346.54 | 0.99 | 0.41 |
| Hex | CE | 1 | 2F | 0 | 64 | 4D | 13 | 15B | 63 | 29 |
| Octal | 316 | 1 | 57 | 0 | 144 | 115 | 23 | 533 | 143 | 51 |
| Binary | 11001110 | 1 | 101111 | 0 | 1100100 | 1001101 | 10011 | 101011011 | 1100011 | 101001 |
Color Harmonies of #CE012F
Complementary color
Monochromatic Colors of #CE012F
Black with #CE012F
Text Example
Text Example
White with #CE012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE012F; }
p { color: rgb(206,1,47); }
H1.HeaderClassName
{
color: #CE012F;
}
.AnyTagClassName
{
color: #CE012F;
}
</style>
background-color css
<style>
a { background-color: #CE012F; }
a { background-color: rgb(206,1,47); }
div.DivClassName
{
background-color: #CE012F;
}
.BgClassName
{
background-color: #CE012F;
}
</style>
border-color css
<style>
span { border-color: #CE012F; }
span { border-color: rgb(206,1,47); }
td.TdClassName
{
border-color: #CE012F;
}
.TagClassName
{
border-color: #CE012F;
}
</style>