Shades of Crimson #CE0346
Tints of Crimson #CE0346
RGB
CMYK
RGB Variations
Color information
#CE0346 (or 0xCE0346) is known color: Crimson. HEX triplet: CE, 03 and 46. RGB value is (206,3,70). Sum of RGB (Red+Green+Blue) = 206+3+70=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0346 is #31FCB9. Grayscale: #474747. Windows color (decimal): -3275962 or 4588494. OLE color: 4588494.
HSL color Cylindrical-coordinate representation of color #CE0346: hue angle of 340.2º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0346 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 70 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.19 |
| HSL | 340.2º | 0.97% | 0.41% | - |
| HSV(B) | 340.2º | 0.99% | 0.81% | - |
| XYZ | 26.59 | 13.63 | 7.02 | - |
| YUV | 71.34 | 127.25 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 70 | 0 | 0.99 | 0.66 | 0.19 | 340.2 | 0.97 | 0.41 |
| Hex | CE | 3 | 46 | 0 | 63 | 42 | 13 | 154 | 61 | 29 |
| Octal | 316 | 3 | 106 | 0 | 143 | 102 | 23 | 524 | 141 | 51 |
| Binary | 11001110 | 11 | 1000110 | 0 | 1100011 | 1000010 | 10011 | 101010100 | 1100001 | 101001 |
Color Harmonies of #CE0346
Complementary color
Monochromatic Colors of #CE0346
Black with #CE0346
Text Example
Text Example
White with #CE0346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0346; }
p { color: rgb(206,3,70); }
H1.HeaderClassName
{
color: #CE0346;
}
.AnyTagClassName
{
color: #CE0346;
}
</style>
background-color css
<style>
a { background-color: #CE0346; }
a { background-color: rgb(206,3,70); }
div.DivClassName
{
background-color: #CE0346;
}
.BgClassName
{
background-color: #CE0346;
}
</style>
border-color css
<style>
span { border-color: #CE0346; }
span { border-color: rgb(206,3,70); }
td.TdClassName
{
border-color: #CE0346;
}
.TagClassName
{
border-color: #CE0346;
}
</style>