Shades of Crimson #CE063E
Tints of Crimson #CE063E
RGB
CMYK
RGB Variations
Color information
#CE063E (or 0xCE063E) is known color: Crimson. HEX triplet: CE, 06 and 3E. RGB value is (206,6,62). Sum of RGB (Red+Green+Blue) = 206+6+62=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE063E is #31F9C1. Grayscale: #484848. Windows color (decimal): -3275202 or 4064974. OLE color: 4064974.
HSL color Cylindrical-coordinate representation of color #CE063E: hue angle of 343.2º 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 #CE063E is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 62 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.19 |
| HSL | 343.2º | 0.94% | 0.42% | - |
| HSV(B) | 343.2º | 0.97% | 0.81% | - |
| XYZ | 26.39 | 13.6 | 5.79 | - |
| YUV | 72.18 | 122.26 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 62 | 0 | 0.97 | 0.70 | 0.19 | 343.2 | 0.94 | 0.42 |
| Hex | CE | 6 | 3E | 0 | 61 | 46 | 13 | 157 | 5E | 2A |
| Octal | 316 | 6 | 76 | 0 | 141 | 106 | 23 | 527 | 136 | 52 |
| Binary | 11001110 | 110 | 111110 | 0 | 1100001 | 1000110 | 10011 | 101010111 | 1011110 | 101010 |
Color Harmonies of #CE063E
Complementary color
Monochromatic Colors of #CE063E
Black with #CE063E
Text Example
Text Example
White with #CE063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE063E; }
p { color: rgb(206,6,62); }
H1.HeaderClassName
{
color: #CE063E;
}
.AnyTagClassName
{
color: #CE063E;
}
</style>
background-color css
<style>
a { background-color: #CE063E; }
a { background-color: rgb(206,6,62); }
div.DivClassName
{
background-color: #CE063E;
}
.BgClassName
{
background-color: #CE063E;
}
</style>
border-color css
<style>
span { border-color: #CE063E; }
span { border-color: rgb(206,6,62); }
td.TdClassName
{
border-color: #CE063E;
}
.TagClassName
{
border-color: #CE063E;
}
</style>