Shades of Crimson #CE0A3C
Tints of Crimson #CE0A3C
RGB
CMYK
RGB Variations
Color information
#CE0A3C (or 0xCE0A3C) is known color: Crimson. HEX triplet: CE, 0A and 3C. RGB value is (206,10,60). Sum of RGB (Red+Green+Blue) = 206+10+60=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0A3C is #31F5C3. Grayscale: #4A4A4A. Windows color (decimal): -3274180 or 3934926. OLE color: 3934926.
HSL color Cylindrical-coordinate representation of color #CE0A3C: hue angle of 344.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A3C is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 60 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.19 |
| HSL | 344.69º | 0.91% | 0.42% | - |
| HSV(B) | 344.69º | 0.95% | 0.81% | - |
| XYZ | 26.38 | 13.67 | 5.52 | - |
| YUV | 74.3 | 119.93 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 60 | 0 | 0.95 | 0.71 | 0.19 | 344.69 | 0.91 | 0.42 |
| Hex | CE | A | 3C | 0 | 5F | 47 | 13 | 159 | 5B | 2A |
| Octal | 316 | 12 | 74 | 0 | 137 | 107 | 23 | 531 | 133 | 52 |
| Binary | 11001110 | 1010 | 111100 | 0 | 1011111 | 1000111 | 10011 | 101011001 | 1011011 | 101010 |
Color Harmonies of #CE0A3C
Complementary color
Monochromatic Colors of #CE0A3C
Black with #CE0A3C
Text Example
Text Example
White with #CE0A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A3C; }
p { color: rgb(206,10,60); }
H1.HeaderClassName
{
color: #CE0A3C;
}
.AnyTagClassName
{
color: #CE0A3C;
}
</style>
background-color css
<style>
a { background-color: #CE0A3C; }
a { background-color: rgb(206,10,60); }
div.DivClassName
{
background-color: #CE0A3C;
}
.BgClassName
{
background-color: #CE0A3C;
}
</style>
border-color css
<style>
span { border-color: #CE0A3C; }
span { border-color: rgb(206,10,60); }
td.TdClassName
{
border-color: #CE0A3C;
}
.TagClassName
{
border-color: #CE0A3C;
}
</style>