Shades of Crimson #CE0038
Tints of Crimson #CE0038
RGB
CMYK
RGB Variations
Color information
#CE0038 (or 0xCE0038) is known color: Crimson. HEX triplet: CE, 00 and 38. RGB value is (206,0,56). Sum of RGB (Red+Green+Blue) = 206+0+56=262 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.63% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0038 is #31FFC7. Grayscale: #434343. Windows color (decimal): -3276744 or 3670222. OLE color: 3670222.
HSL color Cylindrical-coordinate representation of color #CE0038: hue angle of 343.69º 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 #CE0038 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.73 | 0.19 |
| HSL | 343.69º | 1% | 0.4% | - |
| HSV(B) | 343.69º | 1% | 0.81% | - |
| XYZ | 26.17 | 13.41 | 4.95 | - |
| YUV | 67.98 | 121.25 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 56 | 0 | 1 | 0.73 | 0.19 | 343.69 | 1 | 0.4 |
| Hex | CE | 0 | 38 | 0 | 64 | 49 | 13 | 158 | 64 | 28 |
| Octal | 316 | 0 | 70 | 0 | 144 | 111 | 23 | 530 | 144 | 50 |
| Binary | 11001110 | 0 | 111000 | 0 | 1100100 | 1001001 | 10011 | 101011000 | 1100100 | 101000 |
Color Harmonies of #CE0038
Complementary color
Monochromatic Colors of #CE0038
Black with #CE0038
Text Example
Text Example
White with #CE0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0038; }
p { color: rgb(206,0,56); }
H1.HeaderClassName
{
color: #CE0038;
}
.AnyTagClassName
{
color: #CE0038;
}
</style>
background-color css
<style>
a { background-color: #CE0038; }
a { background-color: rgb(206,0,56); }
div.DivClassName
{
background-color: #CE0038;
}
.BgClassName
{
background-color: #CE0038;
}
</style>
border-color css
<style>
span { border-color: #CE0038; }
span { border-color: rgb(206,0,56); }
td.TdClassName
{
border-color: #CE0038;
}
.TagClassName
{
border-color: #CE0038;
}
</style>