Shades of Crimson #CE082F
Tints of Crimson #CE082F
RGB
CMYK
RGB Variations
Color information
#CE082F (or 0xCE082F) is known color: Crimson. HEX triplet: CE, 08 and 2F. RGB value is (206,8,47). Sum of RGB (Red+Green+Blue) = 206+8+47=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE082F is #31F7D0. Grayscale: #474747. Windows color (decimal): -3274705 or 3082446. OLE color: 3082446.
HSL color Cylindrical-coordinate representation of color #CE082F: hue angle of 348.18º 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 #CE082F is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 47 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.19 |
| HSL | 348.18º | 0.93% | 0.42% | - |
| HSV(B) | 348.18º | 0.96% | 0.81% | - |
| XYZ | 26.05 | 13.5 | 3.92 | - |
| YUV | 71.65 | 114.1 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 47 | 0 | 0.96 | 0.77 | 0.19 | 348.18 | 0.93 | 0.42 |
| Hex | CE | 8 | 2F | 0 | 60 | 4D | 13 | 15C | 5D | 2A |
| Octal | 316 | 10 | 57 | 0 | 140 | 115 | 23 | 534 | 135 | 52 |
| Binary | 11001110 | 1000 | 101111 | 0 | 1100000 | 1001101 | 10011 | 101011100 | 1011101 | 101010 |
Color Harmonies of #CE082F
Complementary color
Monochromatic Colors of #CE082F
Black with #CE082F
Text Example
Text Example
White with #CE082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE082F; }
p { color: rgb(206,8,47); }
H1.HeaderClassName
{
color: #CE082F;
}
.AnyTagClassName
{
color: #CE082F;
}
</style>
background-color css
<style>
a { background-color: #CE082F; }
a { background-color: rgb(206,8,47); }
div.DivClassName
{
background-color: #CE082F;
}
.BgClassName
{
background-color: #CE082F;
}
</style>
border-color css
<style>
span { border-color: #CE082F; }
span { border-color: rgb(206,8,47); }
td.TdClassName
{
border-color: #CE082F;
}
.TagClassName
{
border-color: #CE082F;
}
</style>