Shades of Crimson #CE0043
Tints of Crimson #CE0043
RGB
CMYK
RGB Variations
Color information
#CE0043 (or 0xCE0043) is known color: Crimson. HEX triplet: CE, 00 and 43. RGB value is (206,0,67). Sum of RGB (Red+Green+Blue) = 206+0+67=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0043 is #31FFBC. Grayscale: #454545. Windows color (decimal): -3276733 or 4391118. OLE color: 4391118.
HSL color Cylindrical-coordinate representation of color #CE0043: hue angle of 340.49º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0043 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 67 | - |
| CMYK | 0 | 1 | 0.67 | 0.19 |
| HSL | 340.49º | 1% | 0.4% | - |
| HSV(B) | 340.49º | 1% | 0.81% | - |
| XYZ | 26.47 | 13.53 | 6.53 | - |
| YUV | 69.23 | 126.75 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 67 | 0 | 1 | 0.67 | 0.19 | 340.49 | 1 | 0.4 |
| Hex | CE | 0 | 43 | 0 | 64 | 43 | 13 | 154 | 64 | 28 |
| Octal | 316 | 0 | 103 | 0 | 144 | 103 | 23 | 524 | 144 | 50 |
| Binary | 11001110 | 0 | 1000011 | 0 | 1100100 | 1000011 | 10011 | 101010100 | 1100100 | 101000 |
Color Harmonies of #CE0043
Complementary color
Monochromatic Colors of #CE0043
Black with #CE0043
Text Example
Text Example
White with #CE0043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0043; }
p { color: rgb(206,0,67); }
H1.HeaderClassName
{
color: #CE0043;
}
.AnyTagClassName
{
color: #CE0043;
}
</style>
background-color css
<style>
a { background-color: #CE0043; }
a { background-color: rgb(206,0,67); }
div.DivClassName
{
background-color: #CE0043;
}
.BgClassName
{
background-color: #CE0043;
}
</style>
border-color css
<style>
span { border-color: #CE0043; }
span { border-color: rgb(206,0,67); }
td.TdClassName
{
border-color: #CE0043;
}
.TagClassName
{
border-color: #CE0043;
}
</style>