Shades of Crimson #CE093F
Tints of Crimson #CE093F
RGB
CMYK
RGB Variations
Color information
#CE093F (or 0xCE093F) is known color: Crimson. HEX triplet: CE, 09 and 3F. RGB value is (206,9,63). Sum of RGB (Red+Green+Blue) = 206+9+63=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE093F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE093F is #31F6C0. Grayscale: #4A4A4A. Windows color (decimal): -3274433 or 4131278. OLE color: 4131278.
HSL color Cylindrical-coordinate representation of color #CE093F: hue angle of 343.55º degrees, saturation: 0.92, 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 #CE093F is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 63 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.19 |
| HSL | 343.55º | 0.92% | 0.42% | - |
| HSV(B) | 343.55º | 0.96% | 0.81% | - |
| XYZ | 26.45 | 13.68 | 5.95 | - |
| YUV | 74.06 | 121.77 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 63 | 0 | 0.96 | 0.69 | 0.19 | 343.55 | 0.92 | 0.42 |
| Hex | CE | 9 | 3F | 0 | 60 | 45 | 13 | 158 | 5C | 2A |
| Octal | 316 | 11 | 77 | 0 | 140 | 105 | 23 | 530 | 134 | 52 |
| Binary | 11001110 | 1001 | 111111 | 0 | 1100000 | 1000101 | 10011 | 101011000 | 1011100 | 101010 |
Color Harmonies of #CE093F
Complementary color
Monochromatic Colors of #CE093F
Black with #CE093F
Text Example
Text Example
White with #CE093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE093F; }
p { color: rgb(206,9,63); }
H1.HeaderClassName
{
color: #CE093F;
}
.AnyTagClassName
{
color: #CE093F;
}
</style>
background-color css
<style>
a { background-color: #CE093F; }
a { background-color: rgb(206,9,63); }
div.DivClassName
{
background-color: #CE093F;
}
.BgClassName
{
background-color: #CE093F;
}
</style>
border-color css
<style>
span { border-color: #CE093F; }
span { border-color: rgb(206,9,63); }
td.TdClassName
{
border-color: #CE093F;
}
.TagClassName
{
border-color: #CE093F;
}
</style>