Shades of Crimson #CE013B
Tints of Crimson #CE013B
RGB
CMYK
RGB Variations
Color information
#CE013B (or 0xCE013B) is known color: Crimson. HEX triplet: CE, 01 and 3B. RGB value is (206,1,59). Sum of RGB (Red+Green+Blue) = 206+1+59=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE013B is #31FEC4. Grayscale: #444444. Windows color (decimal): -3276485 or 3867086. OLE color: 3867086.
HSL color Cylindrical-coordinate representation of color #CE013B: hue angle of 343.02º 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 #CE013B is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 59 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.19 |
| HSL | 343.02º | 0.99% | 0.41% | - |
| HSV(B) | 343.02º | 1% | 0.81% | - |
| XYZ | 26.25 | 13.46 | 5.35 | - |
| YUV | 68.91 | 122.42 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 59 | 0 | 1.00 | 0.71 | 0.19 | 343.02 | 0.99 | 0.41 |
| Hex | CE | 1 | 3B | 0 | 64 | 47 | 13 | 157 | 63 | 29 |
| Octal | 316 | 1 | 73 | 0 | 144 | 107 | 23 | 527 | 143 | 51 |
| Binary | 11001110 | 1 | 111011 | 0 | 1100100 | 1000111 | 10011 | 101010111 | 1100011 | 101001 |
Color Harmonies of #CE013B
Complementary color
Monochromatic Colors of #CE013B
Black with #CE013B
Text Example
Text Example
White with #CE013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE013B; }
p { color: rgb(206,1,59); }
H1.HeaderClassName
{
color: #CE013B;
}
.AnyTagClassName
{
color: #CE013B;
}
</style>
background-color css
<style>
a { background-color: #CE013B; }
a { background-color: rgb(206,1,59); }
div.DivClassName
{
background-color: #CE013B;
}
.BgClassName
{
background-color: #CE013B;
}
</style>
border-color css
<style>
span { border-color: #CE013B; }
span { border-color: rgb(206,1,59); }
td.TdClassName
{
border-color: #CE013B;
}
.TagClassName
{
border-color: #CE013B;
}
</style>