Shades of Crimson #CE013D
Tints of Crimson #CE013D
RGB
CMYK
RGB Variations
Color information
#CE013D (or 0xCE013D) is known color: Crimson. HEX triplet: CE, 01 and 3D. RGB value is (206,1,61). Sum of RGB (Red+Green+Blue) = 206+1+61=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE013D is #31FEC2. Grayscale: #454545. Windows color (decimal): -3276483 or 3998158. OLE color: 3998158.
HSL color Cylindrical-coordinate representation of color #CE013D: hue angle of 342.44º 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 #CE013D is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 61 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.19 |
| HSL | 342.44º | 0.99% | 0.41% | - |
| HSV(B) | 342.44º | 1% | 0.81% | - |
| XYZ | 26.31 | 13.48 | 5.63 | - |
| YUV | 69.14 | 123.42 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 61 | 0 | 1.00 | 0.70 | 0.19 | 342.44 | 0.99 | 0.41 |
| Hex | CE | 1 | 3D | 0 | 64 | 46 | 13 | 156 | 63 | 29 |
| Octal | 316 | 1 | 75 | 0 | 144 | 106 | 23 | 526 | 143 | 51 |
| Binary | 11001110 | 1 | 111101 | 0 | 1100100 | 1000110 | 10011 | 101010110 | 1100011 | 101001 |
Color Harmonies of #CE013D
Complementary color
Monochromatic Colors of #CE013D
Black with #CE013D
Text Example
Text Example
White with #CE013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE013D; }
p { color: rgb(206,1,61); }
H1.HeaderClassName
{
color: #CE013D;
}
.AnyTagClassName
{
color: #CE013D;
}
</style>
background-color css
<style>
a { background-color: #CE013D; }
a { background-color: rgb(206,1,61); }
div.DivClassName
{
background-color: #CE013D;
}
.BgClassName
{
background-color: #CE013D;
}
</style>
border-color css
<style>
span { border-color: #CE013D; }
span { border-color: rgb(206,1,61); }
td.TdClassName
{
border-color: #CE013D;
}
.TagClassName
{
border-color: #CE013D;
}
</style>