Shades of Crimson #CE0241
Tints of Crimson #CE0241
RGB
CMYK
RGB Variations
Color information
#CE0241 (or 0xCE0241) is known color: Crimson. HEX triplet: CE, 02 and 41. RGB value is (206,2,65). Sum of RGB (Red+Green+Blue) = 206+2+65=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0241 is #31FDBE. Grayscale: #464646. Windows color (decimal): -3276223 or 4260558. OLE color: 4260558.
HSL color Cylindrical-coordinate representation of color #CE0241: hue angle of 341.47º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0241 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 65 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.19 |
| HSL | 341.47º | 0.98% | 0.41% | - |
| HSV(B) | 341.47º | 0.99% | 0.81% | - |
| XYZ | 26.43 | 13.55 | 6.22 | - |
| YUV | 70.18 | 125.09 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 65 | 0 | 0.99 | 0.68 | 0.19 | 341.47 | 0.98 | 0.41 |
| Hex | CE | 2 | 41 | 0 | 63 | 44 | 13 | 155 | 62 | 29 |
| Octal | 316 | 2 | 101 | 0 | 143 | 104 | 23 | 525 | 142 | 51 |
| Binary | 11001110 | 10 | 1000001 | 0 | 1100011 | 1000100 | 10011 | 101010101 | 1100010 | 101001 |
Color Harmonies of #CE0241
Complementary color
Monochromatic Colors of #CE0241
Black with #CE0241
Text Example
Text Example
White with #CE0241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0241; }
p { color: rgb(206,2,65); }
H1.HeaderClassName
{
color: #CE0241;
}
.AnyTagClassName
{
color: #CE0241;
}
</style>
background-color css
<style>
a { background-color: #CE0241; }
a { background-color: rgb(206,2,65); }
div.DivClassName
{
background-color: #CE0241;
}
.BgClassName
{
background-color: #CE0241;
}
</style>
border-color css
<style>
span { border-color: #CE0241; }
span { border-color: rgb(206,2,65); }
td.TdClassName
{
border-color: #CE0241;
}
.TagClassName
{
border-color: #CE0241;
}
</style>