Shades of Crimson #CE064A
Tints of Crimson #CE064A
RGB
CMYK
RGB Variations
Color information
#CE064A (or 0xCE064A) is known color: Crimson. HEX triplet: CE, 06 and 4A. RGB value is (206,6,74). Sum of RGB (Red+Green+Blue) = 206+6+74=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE064A is #31F9B5. Grayscale: #494949. Windows color (decimal): -3275190 or 4851406. OLE color: 4851406.
HSL color Cylindrical-coordinate representation of color #CE064A: hue angle of 339.6º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE064A is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 74 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.19 |
| HSL | 339.6º | 0.94% | 0.42% | - |
| HSV(B) | 339.6º | 0.97% | 0.81% | - |
| XYZ | 26.75 | 13.75 | 7.72 | - |
| YUV | 73.55 | 128.26 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 74 | 0 | 0.97 | 0.64 | 0.19 | 339.6 | 0.94 | 0.42 |
| Hex | CE | 6 | 4A | 0 | 61 | 40 | 13 | 154 | 5E | 2A |
| Octal | 316 | 6 | 112 | 0 | 141 | 100 | 23 | 524 | 136 | 52 |
| Binary | 11001110 | 110 | 1001010 | 0 | 1100001 | 1000000 | 10011 | 101010100 | 1011110 | 101010 |
Color Harmonies of #CE064A
Complementary color
Monochromatic Colors of #CE064A
Black with #CE064A
Text Example
Text Example
White with #CE064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE064A; }
p { color: rgb(206,6,74); }
H1.HeaderClassName
{
color: #CE064A;
}
.AnyTagClassName
{
color: #CE064A;
}
</style>
background-color css
<style>
a { background-color: #CE064A; }
a { background-color: rgb(206,6,74); }
div.DivClassName
{
background-color: #CE064A;
}
.BgClassName
{
background-color: #CE064A;
}
</style>
border-color css
<style>
span { border-color: #CE064A; }
span { border-color: rgb(206,6,74); }
td.TdClassName
{
border-color: #CE064A;
}
.TagClassName
{
border-color: #CE064A;
}
</style>