Shades of Crimson #CE144E
Tints of Crimson #CE144E
RGB
CMYK
RGB Variations
Color information
#CE144E (or 0xCE144E) is known color: Crimson. HEX triplet: CE, 14 and 4E. RGB value is (206,20,78). Sum of RGB (Red+Green+Blue) = 206+20+78=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE144E is #31EBB1. Grayscale: #525252. Windows color (decimal): -3271602 or 5117134. OLE color: 5117134.
HSL color Cylindrical-coordinate representation of color #CE144E: hue angle of 341.29º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE144E is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 78 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.19 |
| HSL | 341.29º | 0.82% | 0.44% | - |
| HSV(B) | 341.29º | 0.9% | 0.81% | - |
| XYZ | 27.08 | 14.17 | 8.52 | - |
| YUV | 82.23 | 125.62 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 78 | 0 | 0.90 | 0.62 | 0.19 | 341.29 | 0.82 | 0.44 |
| Hex | CE | 14 | 4E | 0 | 5A | 3E | 13 | 155 | 52 | 2C |
| Octal | 316 | 24 | 116 | 0 | 132 | 76 | 23 | 525 | 122 | 54 |
| Binary | 11001110 | 10100 | 1001110 | 0 | 1011010 | 111110 | 10011 | 101010101 | 1010010 | 101100 |
Color Harmonies of #CE144E
Complementary color
Monochromatic Colors of #CE144E
Black with #CE144E
Text Example
Text Example
White with #CE144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE144E; }
p { color: rgb(206,20,78); }
H1.HeaderClassName
{
color: #CE144E;
}
.AnyTagClassName
{
color: #CE144E;
}
</style>
background-color css
<style>
a { background-color: #CE144E; }
a { background-color: rgb(206,20,78); }
div.DivClassName
{
background-color: #CE144E;
}
.BgClassName
{
background-color: #CE144E;
}
</style>
border-color css
<style>
span { border-color: #CE144E; }
span { border-color: rgb(206,20,78); }
td.TdClassName
{
border-color: #CE144E;
}
.TagClassName
{
border-color: #CE144E;
}
</style>