Shades of Crimson #CE0F31
Tints of Crimson #CE0F31
RGB
CMYK
RGB Variations
Color information
#CE0F31 (or 0xCE0F31) is known color: Crimson. HEX triplet: CE, 0F and 31. RGB value is (206,15,49). Sum of RGB (Red+Green+Blue) = 206+15+49=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0F31 is #31F0CE. Grayscale: #4C4C4C. Windows color (decimal): -3272911 or 3215310. OLE color: 3215310.
HSL color Cylindrical-coordinate representation of color #CE0F31: hue angle of 349.32º 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 #CE0F31 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 49 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.19 |
| HSL | 349.32º | 0.86% | 0.43% | - |
| HSV(B) | 349.32º | 0.93% | 0.81% | - |
| XYZ | 26.18 | 13.69 | 4.17 | - |
| YUV | 75.99 | 112.78 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 49 | 0 | 0.93 | 0.76 | 0.19 | 349.32 | 0.86 | 0.43 |
| Hex | CE | F | 31 | 0 | 5D | 4C | 13 | 15D | 56 | 2B |
| Octal | 316 | 17 | 61 | 0 | 135 | 114 | 23 | 535 | 126 | 53 |
| Binary | 11001110 | 1111 | 110001 | 0 | 1011101 | 1001100 | 10011 | 101011101 | 1010110 | 101011 |
Color Harmonies of #CE0F31
Complementary color
Monochromatic Colors of #CE0F31
Black with #CE0F31
Text Example
Text Example
White with #CE0F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F31; }
p { color: rgb(206,15,49); }
H1.HeaderClassName
{
color: #CE0F31;
}
.AnyTagClassName
{
color: #CE0F31;
}
</style>
background-color css
<style>
a { background-color: #CE0F31; }
a { background-color: rgb(206,15,49); }
div.DivClassName
{
background-color: #CE0F31;
}
.BgClassName
{
background-color: #CE0F31;
}
</style>
border-color css
<style>
span { border-color: #CE0F31; }
span { border-color: rgb(206,15,49); }
td.TdClassName
{
border-color: #CE0F31;
}
.TagClassName
{
border-color: #CE0F31;
}
</style>