Shades of Crimson #CE0141
Tints of Crimson #CE0141
RGB
CMYK
RGB Variations
Color information
#CE0141 (or 0xCE0141) is known color: Crimson. HEX triplet: CE, 01 and 41. RGB value is (206,1,65). Sum of RGB (Red+Green+Blue) = 206+1+65=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0141 is #31FEBE. Grayscale: #454545. Windows color (decimal): -3276479 or 4260302. OLE color: 4260302.
HSL color Cylindrical-coordinate representation of color #CE0141: hue angle of 341.27º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0141 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 65 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.19 |
| HSL | 341.27º | 0.99% | 0.41% | - |
| HSV(B) | 341.27º | 1% | 0.81% | - |
| XYZ | 26.42 | 13.53 | 6.22 | - |
| YUV | 69.59 | 125.42 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 65 | 0 | 1.00 | 0.68 | 0.19 | 341.27 | 0.99 | 0.41 |
| Hex | CE | 1 | 41 | 0 | 64 | 44 | 13 | 155 | 63 | 29 |
| Octal | 316 | 1 | 101 | 0 | 144 | 104 | 23 | 525 | 143 | 51 |
| Binary | 11001110 | 1 | 1000001 | 0 | 1100100 | 1000100 | 10011 | 101010101 | 1100011 | 101001 |
Color Harmonies of #CE0141
Complementary color
Monochromatic Colors of #CE0141
Black with #CE0141
Text Example
Text Example
White with #CE0141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0141; }
p { color: rgb(206,1,65); }
H1.HeaderClassName
{
color: #CE0141;
}
.AnyTagClassName
{
color: #CE0141;
}
</style>
background-color css
<style>
a { background-color: #CE0141; }
a { background-color: rgb(206,1,65); }
div.DivClassName
{
background-color: #CE0141;
}
.BgClassName
{
background-color: #CE0141;
}
</style>
border-color css
<style>
span { border-color: #CE0141; }
span { border-color: rgb(206,1,65); }
td.TdClassName
{
border-color: #CE0141;
}
.TagClassName
{
border-color: #CE0141;
}
</style>