Shades of Crimson #CE083F
Tints of Crimson #CE083F
RGB
CMYK
RGB Variations
Color information
#CE083F (or 0xCE083F) is known color: Crimson. HEX triplet: CE, 08 and 3F. RGB value is (206,8,63). Sum of RGB (Red+Green+Blue) = 206+8+63=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE083F is #31F7C0. Grayscale: #494949. Windows color (decimal): -3274689 or 4131022. OLE color: 4131022.
HSL color Cylindrical-coordinate representation of color #CE083F: hue angle of 343.33º 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 #CE083F is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 63 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.19 |
| HSL | 343.33º | 0.93% | 0.42% | - |
| HSV(B) | 343.33º | 0.96% | 0.81% | - |
| XYZ | 26.44 | 13.65 | 5.94 | - |
| YUV | 73.47 | 122.1 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 63 | 0 | 0.96 | 0.69 | 0.19 | 343.33 | 0.93 | 0.42 |
| Hex | CE | 8 | 3F | 0 | 60 | 45 | 13 | 157 | 5D | 2A |
| Octal | 316 | 10 | 77 | 0 | 140 | 105 | 23 | 527 | 135 | 52 |
| Binary | 11001110 | 1000 | 111111 | 0 | 1100000 | 1000101 | 10011 | 101010111 | 1011101 | 101010 |
Color Harmonies of #CE083F
Complementary color
Monochromatic Colors of #CE083F
Black with #CE083F
Text Example
Text Example
White with #CE083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE083F; }
p { color: rgb(206,8,63); }
H1.HeaderClassName
{
color: #CE083F;
}
.AnyTagClassName
{
color: #CE083F;
}
</style>
background-color css
<style>
a { background-color: #CE083F; }
a { background-color: rgb(206,8,63); }
div.DivClassName
{
background-color: #CE083F;
}
.BgClassName
{
background-color: #CE083F;
}
</style>
border-color css
<style>
span { border-color: #CE083F; }
span { border-color: rgb(206,8,63); }
td.TdClassName
{
border-color: #CE083F;
}
.TagClassName
{
border-color: #CE083F;
}
</style>