Shades of Crimson #CE093C
Tints of Crimson #CE093C
RGB
CMYK
RGB Variations
Color information
#CE093C (or 0xCE093C) is known color: Crimson. HEX triplet: CE, 09 and 3C. RGB value is (206,9,60). Sum of RGB (Red+Green+Blue) = 206+9+60=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE093C is #31F6C3. Grayscale: #494949. Windows color (decimal): -3274436 or 3934670. OLE color: 3934670.
HSL color Cylindrical-coordinate representation of color #CE093C: hue angle of 344.47º 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 #CE093C is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 60 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.19 |
| HSL | 344.47º | 0.92% | 0.42% | - |
| HSV(B) | 344.47º | 0.96% | 0.81% | - |
| XYZ | 26.37 | 13.64 | 5.52 | - |
| YUV | 73.72 | 120.27 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 60 | 0 | 0.96 | 0.71 | 0.19 | 344.47 | 0.92 | 0.42 |
| Hex | CE | 9 | 3C | 0 | 60 | 47 | 13 | 158 | 5C | 2A |
| Octal | 316 | 11 | 74 | 0 | 140 | 107 | 23 | 530 | 134 | 52 |
| Binary | 11001110 | 1001 | 111100 | 0 | 1100000 | 1000111 | 10011 | 101011000 | 1011100 | 101010 |
Color Harmonies of #CE093C
Complementary color
Monochromatic Colors of #CE093C
Black with #CE093C
Text Example
Text Example
White with #CE093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE093C; }
p { color: rgb(206,9,60); }
H1.HeaderClassName
{
color: #CE093C;
}
.AnyTagClassName
{
color: #CE093C;
}
</style>
background-color css
<style>
a { background-color: #CE093C; }
a { background-color: rgb(206,9,60); }
div.DivClassName
{
background-color: #CE093C;
}
.BgClassName
{
background-color: #CE093C;
}
</style>
border-color css
<style>
span { border-color: #CE093C; }
span { border-color: rgb(206,9,60); }
td.TdClassName
{
border-color: #CE093C;
}
.TagClassName
{
border-color: #CE093C;
}
</style>