Shades of Crimson #CB0036
Tints of Crimson #CB0036
RGB
CMYK
RGB Variations
Color information
#CB0036 (or 0xCB0036) is known color: Crimson. HEX triplet: CB, 00 and 36. RGB value is (203,0,54). Sum of RGB (Red+Green+Blue) = 203+0+54=257 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.99% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0036 is #34FFC9. Grayscale: #424242. Windows color (decimal): -3473354 or 3539147. OLE color: 3539147.
HSL color Cylindrical-coordinate representation of color #CB0036: hue angle of 344.04º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0036 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.73 | 0.20 |
| HSL | 344.04º | 1% | 0.4% | - |
| HSV(B) | 344.04º | 1% | 0.8% | - |
| XYZ | 25.29 | 12.96 | 4.66 | - |
| YUV | 66.85 | 120.75 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 54 | 0 | 1 | 0.73 | 0.20 | 344.04 | 1 | 0.4 |
| Hex | CB | 0 | 36 | 0 | 64 | 49 | 14 | 158 | 64 | 28 |
| Octal | 313 | 0 | 66 | 0 | 144 | 111 | 24 | 530 | 144 | 50 |
| Binary | 11001011 | 0 | 110110 | 0 | 1100100 | 1001001 | 10100 | 101011000 | 1100100 | 101000 |
Color Harmonies of #CB0036
Complementary color
Monochromatic Colors of #CB0036
Black with #CB0036
Text Example
Text Example
White with #CB0036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0036; }
p { color: rgb(203,0,54); }
H1.HeaderClassName
{
color: #CB0036;
}
.AnyTagClassName
{
color: #CB0036;
}
</style>
background-color css
<style>
a { background-color: #CB0036; }
a { background-color: rgb(203,0,54); }
div.DivClassName
{
background-color: #CB0036;
}
.BgClassName
{
background-color: #CB0036;
}
</style>
border-color css
<style>
span { border-color: #CB0036; }
span { border-color: rgb(203,0,54); }
td.TdClassName
{
border-color: #CB0036;
}
.TagClassName
{
border-color: #CB0036;
}
</style>