Shades of Crimson #CE154A
Tints of Crimson #CE154A
RGB
CMYK
RGB Variations
Color information
#CE154A (or 0xCE154A) is known color: Crimson. HEX triplet: CE, 15 and 4A. RGB value is (206,21,74). Sum of RGB (Red+Green+Blue) = 206+21+74=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE154A is #31EAB5. Grayscale: #525252. Windows color (decimal): -3271350 or 4855246. OLE color: 4855246.
HSL color Cylindrical-coordinate representation of color #CE154A: hue angle of 342.81º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE154A is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 74 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.19 |
| HSL | 342.81º | 0.81% | 0.45% | - |
| HSV(B) | 342.81º | 0.9% | 0.81% | - |
| XYZ | 26.96 | 14.15 | 7.79 | - |
| YUV | 82.36 | 123.29 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 74 | 0 | 0.90 | 0.64 | 0.19 | 342.81 | 0.81 | 0.45 |
| Hex | CE | 15 | 4A | 0 | 5A | 40 | 13 | 157 | 51 | 2D |
| Octal | 316 | 25 | 112 | 0 | 132 | 100 | 23 | 527 | 121 | 55 |
| Binary | 11001110 | 10101 | 1001010 | 0 | 1011010 | 1000000 | 10011 | 101010111 | 1010001 | 101101 |
Color Harmonies of #CE154A
Complementary color
Monochromatic Colors of #CE154A
Black with #CE154A
Text Example
Text Example
White with #CE154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE154A; }
p { color: rgb(206,21,74); }
H1.HeaderClassName
{
color: #CE154A;
}
.AnyTagClassName
{
color: #CE154A;
}
</style>
background-color css
<style>
a { background-color: #CE154A; }
a { background-color: rgb(206,21,74); }
div.DivClassName
{
background-color: #CE154A;
}
.BgClassName
{
background-color: #CE154A;
}
</style>
border-color css
<style>
span { border-color: #CE154A; }
span { border-color: rgb(206,21,74); }
td.TdClassName
{
border-color: #CE154A;
}
.TagClassName
{
border-color: #CE154A;
}
</style>