Shades of Crimson #CE054A
Tints of Crimson #CE054A
RGB
CMYK
RGB Variations
Color information
#CE054A (or 0xCE054A) is known color: Crimson. HEX triplet: CE, 05 and 4A. RGB value is (206,5,74). Sum of RGB (Red+Green+Blue) = 206+5+74=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE054A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE054A is #31FAB5. Grayscale: #484848. Windows color (decimal): -3275446 or 4851150. OLE color: 4851150.
HSL color Cylindrical-coordinate representation of color #CE054A: hue angle of 339.4º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE054A is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 74 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.19 |
| HSL | 339.4º | 0.95% | 0.41% | - |
| HSV(B) | 339.4º | 0.98% | 0.81% | - |
| XYZ | 26.74 | 13.72 | 7.72 | - |
| YUV | 72.97 | 128.59 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 74 | 0 | 0.98 | 0.64 | 0.19 | 339.4 | 0.95 | 0.41 |
| Hex | CE | 5 | 4A | 0 | 62 | 40 | 13 | 153 | 5F | 29 |
| Octal | 316 | 5 | 112 | 0 | 142 | 100 | 23 | 523 | 137 | 51 |
| Binary | 11001110 | 101 | 1001010 | 0 | 1100010 | 1000000 | 10011 | 101010011 | 1011111 | 101001 |
Color Harmonies of #CE054A
Complementary color
Monochromatic Colors of #CE054A
Black with #CE054A
Text Example
Text Example
White with #CE054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE054A; }
p { color: rgb(206,5,74); }
H1.HeaderClassName
{
color: #CE054A;
}
.AnyTagClassName
{
color: #CE054A;
}
</style>
background-color css
<style>
a { background-color: #CE054A; }
a { background-color: rgb(206,5,74); }
div.DivClassName
{
background-color: #CE054A;
}
.BgClassName
{
background-color: #CE054A;
}
</style>
border-color css
<style>
span { border-color: #CE054A; }
span { border-color: rgb(206,5,74); }
td.TdClassName
{
border-color: #CE054A;
}
.TagClassName
{
border-color: #CE054A;
}
</style>