Shades of Crimson #CE013F
Tints of Crimson #CE013F
RGB
CMYK
RGB Variations
Color information
#CE013F (or 0xCE013F) is known color: Crimson. HEX triplet: CE, 01 and 3F. RGB value is (206,1,63). Sum of RGB (Red+Green+Blue) = 206+1+63=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE013F is #31FEC0. Grayscale: #454545. Windows color (decimal): -3276481 or 4129230. OLE color: 4129230.
HSL color Cylindrical-coordinate representation of color #CE013F: hue angle of 341.85º 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 #CE013F is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.19 |
| HSL | 341.85º | 0.99% | 0.41% | - |
| HSV(B) | 341.85º | 1% | 0.81% | - |
| XYZ | 26.36 | 13.5 | 5.92 | - |
| YUV | 69.36 | 124.42 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 63 | 0 | 1.00 | 0.69 | 0.19 | 341.85 | 0.99 | 0.41 |
| Hex | CE | 1 | 3F | 0 | 64 | 45 | 13 | 156 | 63 | 29 |
| Octal | 316 | 1 | 77 | 0 | 144 | 105 | 23 | 526 | 143 | 51 |
| Binary | 11001110 | 1 | 111111 | 0 | 1100100 | 1000101 | 10011 | 101010110 | 1100011 | 101001 |
Color Harmonies of #CE013F
Complementary color
Monochromatic Colors of #CE013F
Black with #CE013F
Text Example
Text Example
White with #CE013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE013F; }
p { color: rgb(206,1,63); }
H1.HeaderClassName
{
color: #CE013F;
}
.AnyTagClassName
{
color: #CE013F;
}
</style>
background-color css
<style>
a { background-color: #CE013F; }
a { background-color: rgb(206,1,63); }
div.DivClassName
{
background-color: #CE013F;
}
.BgClassName
{
background-color: #CE013F;
}
</style>
border-color css
<style>
span { border-color: #CE013F; }
span { border-color: rgb(206,1,63); }
td.TdClassName
{
border-color: #CE013F;
}
.TagClassName
{
border-color: #CE013F;
}
</style>