Shades of Crimson #CE184E
Tints of Crimson #CE184E
RGB
CMYK
RGB Variations
Color information
#CE184E (or 0xCE184E) is known color: Crimson. HEX triplet: CE, 18 and 4E. RGB value is (206,24,78). Sum of RGB (Red+Green+Blue) = 206+24+78=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE184E is #31E7B1. Grayscale: #545454. Windows color (decimal): -3270578 or 5118158. OLE color: 5118158.
HSL color Cylindrical-coordinate representation of color #CE184E: hue angle of 342.2º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE184E is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 78 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.19 |
| HSL | 342.2º | 0.79% | 0.45% | - |
| HSV(B) | 342.2º | 0.88% | 0.81% | - |
| XYZ | 27.16 | 14.33 | 8.54 | - |
| YUV | 84.57 | 124.3 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 78 | 0 | 0.88 | 0.62 | 0.19 | 342.2 | 0.79 | 0.45 |
| Hex | CE | 18 | 4E | 0 | 58 | 3E | 13 | 156 | 4F | 2D |
| Octal | 316 | 30 | 116 | 0 | 130 | 76 | 23 | 526 | 117 | 55 |
| Binary | 11001110 | 11000 | 1001110 | 0 | 1011000 | 111110 | 10011 | 101010110 | 1001111 | 101101 |
Color Harmonies of #CE184E
Complementary color
Monochromatic Colors of #CE184E
Black with #CE184E
Text Example
Text Example
White with #CE184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE184E; }
p { color: rgb(206,24,78); }
H1.HeaderClassName
{
color: #CE184E;
}
.AnyTagClassName
{
color: #CE184E;
}
</style>
background-color css
<style>
a { background-color: #CE184E; }
a { background-color: rgb(206,24,78); }
div.DivClassName
{
background-color: #CE184E;
}
.BgClassName
{
background-color: #CE184E;
}
</style>
border-color css
<style>
span { border-color: #CE184E; }
span { border-color: rgb(206,24,78); }
td.TdClassName
{
border-color: #CE184E;
}
.TagClassName
{
border-color: #CE184E;
}
</style>