Shades of Crimson #CE083E
Tints of Crimson #CE083E
RGB
CMYK
RGB Variations
Color information
#CE083E (or 0xCE083E) is known color: Crimson. HEX triplet: CE, 08 and 3E. RGB value is (206,8,62). Sum of RGB (Red+Green+Blue) = 206+8+62=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE083E is #31F7C1. Grayscale: #494949. Windows color (decimal): -3274690 or 4065486. OLE color: 4065486.
HSL color Cylindrical-coordinate representation of color #CE083E: hue angle of 343.64º 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 #CE083E is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 62 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.19 |
| HSL | 343.64º | 0.93% | 0.42% | - |
| HSV(B) | 343.64º | 0.96% | 0.81% | - |
| XYZ | 26.41 | 13.64 | 5.8 | - |
| YUV | 73.36 | 121.6 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 62 | 0 | 0.96 | 0.70 | 0.19 | 343.64 | 0.93 | 0.42 |
| Hex | CE | 8 | 3E | 0 | 60 | 46 | 13 | 158 | 5D | 2A |
| Octal | 316 | 10 | 76 | 0 | 140 | 106 | 23 | 530 | 135 | 52 |
| Binary | 11001110 | 1000 | 111110 | 0 | 1100000 | 1000110 | 10011 | 101011000 | 1011101 | 101010 |
Color Harmonies of #CE083E
Complementary color
Monochromatic Colors of #CE083E
Black with #CE083E
Text Example
Text Example
White with #CE083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE083E; }
p { color: rgb(206,8,62); }
H1.HeaderClassName
{
color: #CE083E;
}
.AnyTagClassName
{
color: #CE083E;
}
</style>
background-color css
<style>
a { background-color: #CE083E; }
a { background-color: rgb(206,8,62); }
div.DivClassName
{
background-color: #CE083E;
}
.BgClassName
{
background-color: #CE083E;
}
</style>
border-color css
<style>
span { border-color: #CE083E; }
span { border-color: rgb(206,8,62); }
td.TdClassName
{
border-color: #CE083E;
}
.TagClassName
{
border-color: #CE083E;
}
</style>