Shades of Crimson #CE0B48
Tints of Crimson #CE0B48
RGB
CMYK
RGB Variations
Color information
#CE0B48 (or 0xCE0B48) is known color: Crimson. HEX triplet: CE, 0B and 48. RGB value is (206,11,72). Sum of RGB (Red+Green+Blue) = 206+11+72=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0B48 is #31F4B7. Grayscale: #4C4C4C. Windows color (decimal): -3273912 or 4721614. OLE color: 4721614.
HSL color Cylindrical-coordinate representation of color #CE0B48: hue angle of 341.23º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0B48 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 72 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.19 |
| HSL | 341.23º | 0.9% | 0.43% | - |
| HSV(B) | 341.23º | 0.95% | 0.81% | - |
| XYZ | 26.74 | 13.83 | 7.39 | - |
| YUV | 76.26 | 125.6 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 72 | 0 | 0.95 | 0.65 | 0.19 | 341.23 | 0.9 | 0.43 |
| Hex | CE | B | 48 | 0 | 5F | 41 | 13 | 155 | 5A | 2B |
| Octal | 316 | 13 | 110 | 0 | 137 | 101 | 23 | 525 | 132 | 53 |
| Binary | 11001110 | 1011 | 1001000 | 0 | 1011111 | 1000001 | 10011 | 101010101 | 1011010 | 101011 |
Color Harmonies of #CE0B48
Complementary color
Monochromatic Colors of #CE0B48
Black with #CE0B48
Text Example
Text Example
White with #CE0B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0B48; }
p { color: rgb(206,11,72); }
H1.HeaderClassName
{
color: #CE0B48;
}
.AnyTagClassName
{
color: #CE0B48;
}
</style>
background-color css
<style>
a { background-color: #CE0B48; }
a { background-color: rgb(206,11,72); }
div.DivClassName
{
background-color: #CE0B48;
}
.BgClassName
{
background-color: #CE0B48;
}
</style>
border-color css
<style>
span { border-color: #CE0B48; }
span { border-color: rgb(206,11,72); }
td.TdClassName
{
border-color: #CE0B48;
}
.TagClassName
{
border-color: #CE0B48;
}
</style>