Shades of Crimson #CE0A41
Tints of Crimson #CE0A41
RGB
CMYK
RGB Variations
Color information
#CE0A41 (or 0xCE0A41) is known color: Crimson. HEX triplet: CE, 0A and 41. RGB value is (206,10,65). Sum of RGB (Red+Green+Blue) = 206+10+65=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0A41 is #31F5BE. Grayscale: #4A4A4A. Windows color (decimal): -3274175 or 4262606. OLE color: 4262606.
HSL color Cylindrical-coordinate representation of color #CE0A41: hue angle of 343.16º 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 #CE0A41 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 65 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.19 |
| HSL | 343.16º | 0.91% | 0.42% | - |
| HSV(B) | 343.16º | 0.95% | 0.81% | - |
| XYZ | 26.52 | 13.72 | 6.25 | - |
| YUV | 74.87 | 122.43 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 65 | 0 | 0.95 | 0.68 | 0.19 | 343.16 | 0.91 | 0.42 |
| Hex | CE | A | 41 | 0 | 5F | 44 | 13 | 157 | 5B | 2A |
| Octal | 316 | 12 | 101 | 0 | 137 | 104 | 23 | 527 | 133 | 52 |
| Binary | 11001110 | 1010 | 1000001 | 0 | 1011111 | 1000100 | 10011 | 101010111 | 1011011 | 101010 |
Color Harmonies of #CE0A41
Complementary color
Monochromatic Colors of #CE0A41
Black with #CE0A41
Text Example
Text Example
White with #CE0A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A41; }
p { color: rgb(206,10,65); }
H1.HeaderClassName
{
color: #CE0A41;
}
.AnyTagClassName
{
color: #CE0A41;
}
</style>
background-color css
<style>
a { background-color: #CE0A41; }
a { background-color: rgb(206,10,65); }
div.DivClassName
{
background-color: #CE0A41;
}
.BgClassName
{
background-color: #CE0A41;
}
</style>
border-color css
<style>
span { border-color: #CE0A41; }
span { border-color: rgb(206,10,65); }
td.TdClassName
{
border-color: #CE0A41;
}
.TagClassName
{
border-color: #CE0A41;
}
</style>