Shades of Crimson #CE0F33
Tints of Crimson #CE0F33
RGB
CMYK
RGB Variations
Color information
#CE0F33 (or 0xCE0F33) is known color: Crimson. HEX triplet: CE, 0F and 33. RGB value is (206,15,51). Sum of RGB (Red+Green+Blue) = 206+15+51=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0F33 is #31F0CC. Grayscale: #4C4C4C. Windows color (decimal): -3272909 or 3346382. OLE color: 3346382.
HSL color Cylindrical-coordinate representation of color #CE0F33: hue angle of 348.69º 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 #CE0F33 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 51 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.19 |
| HSL | 348.69º | 0.86% | 0.43% | - |
| HSV(B) | 348.69º | 0.93% | 0.81% | - |
| XYZ | 26.22 | 13.7 | 4.39 | - |
| YUV | 76.21 | 113.78 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 51 | 0 | 0.93 | 0.75 | 0.19 | 348.69 | 0.86 | 0.43 |
| Hex | CE | F | 33 | 0 | 5D | 4B | 13 | 15D | 56 | 2B |
| Octal | 316 | 17 | 63 | 0 | 135 | 113 | 23 | 535 | 126 | 53 |
| Binary | 11001110 | 1111 | 110011 | 0 | 1011101 | 1001011 | 10011 | 101011101 | 1010110 | 101011 |
Color Harmonies of #CE0F33
Complementary color
Monochromatic Colors of #CE0F33
Black with #CE0F33
Text Example
Text Example
White with #CE0F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F33; }
p { color: rgb(206,15,51); }
H1.HeaderClassName
{
color: #CE0F33;
}
.AnyTagClassName
{
color: #CE0F33;
}
</style>
background-color css
<style>
a { background-color: #CE0F33; }
a { background-color: rgb(206,15,51); }
div.DivClassName
{
background-color: #CE0F33;
}
.BgClassName
{
background-color: #CE0F33;
}
</style>
border-color css
<style>
span { border-color: #CE0F33; }
span { border-color: rgb(206,15,51); }
td.TdClassName
{
border-color: #CE0F33;
}
.TagClassName
{
border-color: #CE0F33;
}
</style>