Shades of Crimson #CE063F
Tints of Crimson #CE063F
RGB
CMYK
RGB Variations
Color information
#CE063F (or 0xCE063F) is known color: Crimson. HEX triplet: CE, 06 and 3F. RGB value is (206,6,63). Sum of RGB (Red+Green+Blue) = 206+6+63=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE063F is #31F9C0. Grayscale: #484848. Windows color (decimal): -3275201 or 4130510. OLE color: 4130510.
HSL color Cylindrical-coordinate representation of color #CE063F: hue angle of 342.9º 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 #CE063F is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.19 |
| HSL | 342.9º | 0.94% | 0.42% | - |
| HSV(B) | 342.9º | 0.97% | 0.81% | - |
| XYZ | 26.42 | 13.61 | 5.94 | - |
| YUV | 72.3 | 122.76 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 63 | 0 | 0.97 | 0.69 | 0.19 | 342.9 | 0.94 | 0.42 |
| Hex | CE | 6 | 3F | 0 | 61 | 45 | 13 | 157 | 5E | 2A |
| Octal | 316 | 6 | 77 | 0 | 141 | 105 | 23 | 527 | 136 | 52 |
| Binary | 11001110 | 110 | 111111 | 0 | 1100001 | 1000101 | 10011 | 101010111 | 1011110 | 101010 |
Color Harmonies of #CE063F
Complementary color
Monochromatic Colors of #CE063F
Black with #CE063F
Text Example
Text Example
White with #CE063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE063F; }
p { color: rgb(206,6,63); }
H1.HeaderClassName
{
color: #CE063F;
}
.AnyTagClassName
{
color: #CE063F;
}
</style>
background-color css
<style>
a { background-color: #CE063F; }
a { background-color: rgb(206,6,63); }
div.DivClassName
{
background-color: #CE063F;
}
.BgClassName
{
background-color: #CE063F;
}
</style>
border-color css
<style>
span { border-color: #CE063F; }
span { border-color: rgb(206,6,63); }
td.TdClassName
{
border-color: #CE063F;
}
.TagClassName
{
border-color: #CE063F;
}
</style>