Shades of Crimson #CE013E
Tints of Crimson #CE013E
RGB
CMYK
RGB Variations
Color information
#CE013E (or 0xCE013E) is known color: Crimson. HEX triplet: CE, 01 and 3E. RGB value is (206,1,62). Sum of RGB (Red+Green+Blue) = 206+1+62=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE013E is #31FEC1. Grayscale: #454545. Windows color (decimal): -3276482 or 4063694. OLE color: 4063694.
HSL color Cylindrical-coordinate representation of color #CE013E: hue angle of 342.15º 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 #CE013E is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 62 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.19 |
| HSL | 342.15º | 0.99% | 0.41% | - |
| HSV(B) | 342.15º | 1% | 0.81% | - |
| XYZ | 26.33 | 13.49 | 5.77 | - |
| YUV | 69.25 | 123.92 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 62 | 0 | 1.00 | 0.70 | 0.19 | 342.15 | 0.99 | 0.41 |
| Hex | CE | 1 | 3E | 0 | 64 | 46 | 13 | 156 | 63 | 29 |
| Octal | 316 | 1 | 76 | 0 | 144 | 106 | 23 | 526 | 143 | 51 |
| Binary | 11001110 | 1 | 111110 | 0 | 1100100 | 1000110 | 10011 | 101010110 | 1100011 | 101001 |
Color Harmonies of #CE013E
Complementary color
Monochromatic Colors of #CE013E
Black with #CE013E
Text Example
Text Example
White with #CE013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE013E; }
p { color: rgb(206,1,62); }
H1.HeaderClassName
{
color: #CE013E;
}
.AnyTagClassName
{
color: #CE013E;
}
</style>
background-color css
<style>
a { background-color: #CE013E; }
a { background-color: rgb(206,1,62); }
div.DivClassName
{
background-color: #CE013E;
}
.BgClassName
{
background-color: #CE013E;
}
</style>
border-color css
<style>
span { border-color: #CE013E; }
span { border-color: rgb(206,1,62); }
td.TdClassName
{
border-color: #CE013E;
}
.TagClassName
{
border-color: #CE013E;
}
</style>