Shades of Crimson #CE083B
Tints of Crimson #CE083B
RGB
CMYK
RGB Variations
Color information
#CE083B (or 0xCE083B) is known color: Crimson. HEX triplet: CE, 08 and 3B. RGB value is (206,8,59). Sum of RGB (Red+Green+Blue) = 206+8+59=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE083B is #31F7C4. Grayscale: #494949. Windows color (decimal): -3274693 or 3868878. OLE color: 3868878.
HSL color Cylindrical-coordinate representation of color #CE083B: hue angle of 344.55º 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 #CE083B is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 59 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.19 |
| HSL | 344.55º | 0.93% | 0.42% | - |
| HSV(B) | 344.55º | 0.96% | 0.81% | - |
| XYZ | 26.33 | 13.61 | 5.38 | - |
| YUV | 73.02 | 120.1 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 59 | 0 | 0.96 | 0.71 | 0.19 | 344.55 | 0.93 | 0.42 |
| Hex | CE | 8 | 3B | 0 | 60 | 47 | 13 | 159 | 5D | 2A |
| Octal | 316 | 10 | 73 | 0 | 140 | 107 | 23 | 531 | 135 | 52 |
| Binary | 11001110 | 1000 | 111011 | 0 | 1100000 | 1000111 | 10011 | 101011001 | 1011101 | 101010 |
Color Harmonies of #CE083B
Complementary color
Monochromatic Colors of #CE083B
Black with #CE083B
Text Example
Text Example
White with #CE083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE083B; }
p { color: rgb(206,8,59); }
H1.HeaderClassName
{
color: #CE083B;
}
.AnyTagClassName
{
color: #CE083B;
}
</style>
background-color css
<style>
a { background-color: #CE083B; }
a { background-color: rgb(206,8,59); }
div.DivClassName
{
background-color: #CE083B;
}
.BgClassName
{
background-color: #CE083B;
}
</style>
border-color css
<style>
span { border-color: #CE083B; }
span { border-color: rgb(206,8,59); }
td.TdClassName
{
border-color: #CE083B;
}
.TagClassName
{
border-color: #CE083B;
}
</style>