Shades of Crimson #CE013A
Tints of Crimson #CE013A
RGB
CMYK
RGB Variations
Color information
#CE013A (or 0xCE013A) is known color: Crimson. HEX triplet: CE, 01 and 3A. RGB value is (206,1,58). Sum of RGB (Red+Green+Blue) = 206+1+58=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE013A is #31FEC5. Grayscale: #444444. Windows color (decimal): -3276486 or 3801550. OLE color: 3801550.
HSL color Cylindrical-coordinate representation of color #CE013A: hue angle of 343.32º 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 #CE013A is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 58 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.19 |
| HSL | 343.32º | 0.99% | 0.41% | - |
| HSV(B) | 343.32º | 1% | 0.81% | - |
| XYZ | 26.23 | 13.45 | 5.22 | - |
| YUV | 68.79 | 121.92 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 58 | 0 | 1.00 | 0.72 | 0.19 | 343.32 | 0.99 | 0.41 |
| Hex | CE | 1 | 3A | 0 | 64 | 48 | 13 | 157 | 63 | 29 |
| Octal | 316 | 1 | 72 | 0 | 144 | 110 | 23 | 527 | 143 | 51 |
| Binary | 11001110 | 1 | 111010 | 0 | 1100100 | 1001000 | 10011 | 101010111 | 1100011 | 101001 |
Color Harmonies of #CE013A
Complementary color
Monochromatic Colors of #CE013A
Black with #CE013A
Text Example
Text Example
White with #CE013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE013A; }
p { color: rgb(206,1,58); }
H1.HeaderClassName
{
color: #CE013A;
}
.AnyTagClassName
{
color: #CE013A;
}
</style>
background-color css
<style>
a { background-color: #CE013A; }
a { background-color: rgb(206,1,58); }
div.DivClassName
{
background-color: #CE013A;
}
.BgClassName
{
background-color: #CE013A;
}
</style>
border-color css
<style>
span { border-color: #CE013A; }
span { border-color: rgb(206,1,58); }
td.TdClassName
{
border-color: #CE013A;
}
.TagClassName
{
border-color: #CE013A;
}
</style>