Shades of Crimson #CE0746
Tints of Crimson #CE0746
RGB
CMYK
RGB Variations
Color information
#CE0746 (or 0xCE0746) is known color: Crimson. HEX triplet: CE, 07 and 46. RGB value is (206,7,70). Sum of RGB (Red+Green+Blue) = 206+7+70=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0746 is #31F8B9. Grayscale: #494949. Windows color (decimal): -3274938 or 4589518. OLE color: 4589518.
HSL color Cylindrical-coordinate representation of color #CE0746: hue angle of 341.01º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0746 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 70 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.19 |
| HSL | 341.01º | 0.93% | 0.42% | - |
| HSV(B) | 341.01º | 0.97% | 0.81% | - |
| XYZ | 26.64 | 13.72 | 7.04 | - |
| YUV | 73.68 | 125.93 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 70 | 0 | 0.97 | 0.66 | 0.19 | 341.01 | 0.93 | 0.42 |
| Hex | CE | 7 | 46 | 0 | 61 | 42 | 13 | 155 | 5D | 2A |
| Octal | 316 | 7 | 106 | 0 | 141 | 102 | 23 | 525 | 135 | 52 |
| Binary | 11001110 | 111 | 1000110 | 0 | 1100001 | 1000010 | 10011 | 101010101 | 1011101 | 101010 |
Color Harmonies of #CE0746
Complementary color
Monochromatic Colors of #CE0746
Black with #CE0746
Text Example
Text Example
White with #CE0746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0746; }
p { color: rgb(206,7,70); }
H1.HeaderClassName
{
color: #CE0746;
}
.AnyTagClassName
{
color: #CE0746;
}
</style>
background-color css
<style>
a { background-color: #CE0746; }
a { background-color: rgb(206,7,70); }
div.DivClassName
{
background-color: #CE0746;
}
.BgClassName
{
background-color: #CE0746;
}
</style>
border-color css
<style>
span { border-color: #CE0746; }
span { border-color: rgb(206,7,70); }
td.TdClassName
{
border-color: #CE0746;
}
.TagClassName
{
border-color: #CE0746;
}
</style>