Shades of Crimson #CE1449
Tints of Crimson #CE1449
RGB
CMYK
RGB Variations
Color information
#CE1449 (or 0xCE1449) is known color: Crimson. HEX triplet: CE, 14 and 49. RGB value is (206,20,73). Sum of RGB (Red+Green+Blue) = 206+20+73=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1449 is #31EBB6. Grayscale: #515151. Windows color (decimal): -3271607 or 4789454. OLE color: 4789454.
HSL color Cylindrical-coordinate representation of color #CE1449: hue angle of 342.9º 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 #CE1449 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 73 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.19 |
| HSL | 342.9º | 0.82% | 0.44% | - |
| HSV(B) | 342.9º | 0.9% | 0.81% | - |
| XYZ | 26.91 | 14.1 | 7.61 | - |
| YUV | 81.66 | 123.12 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 73 | 0 | 0.90 | 0.65 | 0.19 | 342.9 | 0.82 | 0.44 |
| Hex | CE | 14 | 49 | 0 | 5A | 41 | 13 | 157 | 52 | 2C |
| Octal | 316 | 24 | 111 | 0 | 132 | 101 | 23 | 527 | 122 | 54 |
| Binary | 11001110 | 10100 | 1001001 | 0 | 1011010 | 1000001 | 10011 | 101010111 | 1010010 | 101100 |
Color Harmonies of #CE1449
Complementary color
Monochromatic Colors of #CE1449
Black with #CE1449
Text Example
Text Example
White with #CE1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1449; }
p { color: rgb(206,20,73); }
H1.HeaderClassName
{
color: #CE1449;
}
.AnyTagClassName
{
color: #CE1449;
}
</style>
background-color css
<style>
a { background-color: #CE1449; }
a { background-color: rgb(206,20,73); }
div.DivClassName
{
background-color: #CE1449;
}
.BgClassName
{
background-color: #CE1449;
}
</style>
border-color css
<style>
span { border-color: #CE1449; }
span { border-color: rgb(206,20,73); }
td.TdClassName
{
border-color: #CE1449;
}
.TagClassName
{
border-color: #CE1449;
}
</style>