Shades of Crimson #CE083A
Tints of Crimson #CE083A
RGB
CMYK
RGB Variations
Color information
#CE083A (or 0xCE083A) is known color: Crimson. HEX triplet: CE, 08 and 3A. RGB value is (206,8,58). Sum of RGB (Red+Green+Blue) = 206+8+58=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE083A is #31F7C5. Grayscale: #484848. Windows color (decimal): -3274694 or 3803342. OLE color: 3803342.
HSL color Cylindrical-coordinate representation of color #CE083A: hue angle of 344.85º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE083A is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 58 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.19 |
| HSL | 344.85º | 0.93% | 0.42% | - |
| HSV(B) | 344.85º | 0.96% | 0.81% | - |
| XYZ | 26.3 | 13.6 | 5.24 | - |
| YUV | 72.9 | 119.6 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 58 | 0 | 0.96 | 0.72 | 0.19 | 344.85 | 0.93 | 0.42 |
| Hex | CE | 8 | 3A | 0 | 60 | 48 | 13 | 159 | 5D | 2A |
| Octal | 316 | 10 | 72 | 0 | 140 | 110 | 23 | 531 | 135 | 52 |
| Binary | 11001110 | 1000 | 111010 | 0 | 1100000 | 1001000 | 10011 | 101011001 | 1011101 | 101010 |
Color Harmonies of #CE083A
Complementary color
Monochromatic Colors of #CE083A
Black with #CE083A
Text Example
Text Example
White with #CE083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE083A; }
p { color: rgb(206,8,58); }
H1.HeaderClassName
{
color: #CE083A;
}
.AnyTagClassName
{
color: #CE083A;
}
</style>
background-color css
<style>
a { background-color: #CE083A; }
a { background-color: rgb(206,8,58); }
div.DivClassName
{
background-color: #CE083A;
}
.BgClassName
{
background-color: #CE083A;
}
</style>
border-color css
<style>
span { border-color: #CE083A; }
span { border-color: rgb(206,8,58); }
td.TdClassName
{
border-color: #CE083A;
}
.TagClassName
{
border-color: #CE083A;
}
</style>