Shades of Crimson #CE0B4B
Tints of Crimson #CE0B4B
RGB
CMYK
RGB Variations
Color information
#CE0B4B (or 0xCE0B4B) is known color: Crimson. HEX triplet: CE, 0B and 4B. RGB value is (206,11,75). Sum of RGB (Red+Green+Blue) = 206+11+75=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0B4B is #31F4B4. Grayscale: #4C4C4C. Windows color (decimal): -3273909 or 4918222. OLE color: 4918222.
HSL color Cylindrical-coordinate representation of color #CE0B4B: hue angle of 340.31º 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 #CE0B4B is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 75 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.19 |
| HSL | 340.31º | 0.9% | 0.43% | - |
| HSV(B) | 340.31º | 0.95% | 0.81% | - |
| XYZ | 26.84 | 13.87 | 7.92 | - |
| YUV | 76.6 | 127.1 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 75 | 0 | 0.95 | 0.64 | 0.19 | 340.31 | 0.9 | 0.43 |
| Hex | CE | B | 4B | 0 | 5F | 40 | 13 | 154 | 5A | 2B |
| Octal | 316 | 13 | 113 | 0 | 137 | 100 | 23 | 524 | 132 | 53 |
| Binary | 11001110 | 1011 | 1001011 | 0 | 1011111 | 1000000 | 10011 | 101010100 | 1011010 | 101011 |
Color Harmonies of #CE0B4B
Complementary color
Monochromatic Colors of #CE0B4B
Black with #CE0B4B
Text Example
Text Example
White with #CE0B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0B4B; }
p { color: rgb(206,11,75); }
H1.HeaderClassName
{
color: #CE0B4B;
}
.AnyTagClassName
{
color: #CE0B4B;
}
</style>
background-color css
<style>
a { background-color: #CE0B4B; }
a { background-color: rgb(206,11,75); }
div.DivClassName
{
background-color: #CE0B4B;
}
.BgClassName
{
background-color: #CE0B4B;
}
</style>
border-color css
<style>
span { border-color: #CE0B4B; }
span { border-color: rgb(206,11,75); }
td.TdClassName
{
border-color: #CE0B4B;
}
.TagClassName
{
border-color: #CE0B4B;
}
</style>