Shades of Crimson #CE063C
Tints of Crimson #CE063C
RGB
CMYK
RGB Variations
Color information
#CE063C (or 0xCE063C) is known color: Crimson. HEX triplet: CE, 06 and 3C. RGB value is (206,6,60). Sum of RGB (Red+Green+Blue) = 206+6+60=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE063C is #31F9C3. Grayscale: #474747. Windows color (decimal): -3275204 or 3933902. OLE color: 3933902.
HSL color Cylindrical-coordinate representation of color #CE063C: hue angle of 343.8º 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 #CE063C is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 60 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.19 |
| HSL | 343.8º | 0.94% | 0.42% | - |
| HSV(B) | 343.8º | 0.97% | 0.81% | - |
| XYZ | 26.33 | 13.58 | 5.51 | - |
| YUV | 71.96 | 121.26 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 60 | 0 | 0.97 | 0.71 | 0.19 | 343.8 | 0.94 | 0.42 |
| Hex | CE | 6 | 3C | 0 | 61 | 47 | 13 | 158 | 5E | 2A |
| Octal | 316 | 6 | 74 | 0 | 141 | 107 | 23 | 530 | 136 | 52 |
| Binary | 11001110 | 110 | 111100 | 0 | 1100001 | 1000111 | 10011 | 101011000 | 1011110 | 101010 |
Color Harmonies of #CE063C
Complementary color
Monochromatic Colors of #CE063C
Black with #CE063C
Text Example
Text Example
White with #CE063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE063C; }
p { color: rgb(206,6,60); }
H1.HeaderClassName
{
color: #CE063C;
}
.AnyTagClassName
{
color: #CE063C;
}
</style>
background-color css
<style>
a { background-color: #CE063C; }
a { background-color: rgb(206,6,60); }
div.DivClassName
{
background-color: #CE063C;
}
.BgClassName
{
background-color: #CE063C;
}
</style>
border-color css
<style>
span { border-color: #CE063C; }
span { border-color: rgb(206,6,60); }
td.TdClassName
{
border-color: #CE063C;
}
.TagClassName
{
border-color: #CE063C;
}
</style>