Shades of Crimson #CE0F47
Tints of Crimson #CE0F47
RGB
CMYK
RGB Variations
Color information
#CE0F47 (or 0xCE0F47) is known color: Crimson. HEX triplet: CE, 0F and 47. RGB value is (206,15,71). Sum of RGB (Red+Green+Blue) = 206+15+71=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0F47 is #31F0B8. Grayscale: #4E4E4E. Windows color (decimal): -3272889 or 4657102. OLE color: 4657102.
HSL color Cylindrical-coordinate representation of color #CE0F47: hue angle of 342.41º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0F47 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 71 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.19 |
| HSL | 342.41º | 0.86% | 0.43% | - |
| HSV(B) | 342.41º | 0.93% | 0.81% | - |
| XYZ | 26.76 | 13.92 | 7.24 | - |
| YUV | 78.49 | 123.78 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 71 | 0 | 0.93 | 0.66 | 0.19 | 342.41 | 0.86 | 0.43 |
| Hex | CE | F | 47 | 0 | 5D | 42 | 13 | 156 | 56 | 2B |
| Octal | 316 | 17 | 107 | 0 | 135 | 102 | 23 | 526 | 126 | 53 |
| Binary | 11001110 | 1111 | 1000111 | 0 | 1011101 | 1000010 | 10011 | 101010110 | 1010110 | 101011 |
Color Harmonies of #CE0F47
Complementary color
Monochromatic Colors of #CE0F47
Black with #CE0F47
Text Example
Text Example
White with #CE0F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F47; }
p { color: rgb(206,15,71); }
H1.HeaderClassName
{
color: #CE0F47;
}
.AnyTagClassName
{
color: #CE0F47;
}
</style>
background-color css
<style>
a { background-color: #CE0F47; }
a { background-color: rgb(206,15,71); }
div.DivClassName
{
background-color: #CE0F47;
}
.BgClassName
{
background-color: #CE0F47;
}
</style>
border-color css
<style>
span { border-color: #CE0F47; }
span { border-color: rgb(206,15,71); }
td.TdClassName
{
border-color: #CE0F47;
}
.TagClassName
{
border-color: #CE0F47;
}
</style>