Shades of Crimson #CB0139
Tints of Crimson #CB0139
RGB
CMYK
RGB Variations
Color information
#CB0139 (or 0xCB0139) is known color: Crimson. HEX triplet: CB, 01 and 39. RGB value is (203,1,57). Sum of RGB (Red+Green+Blue) = 203+1+57=261 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.78% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0139 is #34FEC6. Grayscale: #434343. Windows color (decimal): -3473095 or 3736011. OLE color: 3736011.
HSL color Cylindrical-coordinate representation of color #CB0139: hue angle of 343.37º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0139 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 57 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.20 |
| HSL | 343.37º | 0.99% | 0.4% | - |
| HSV(B) | 343.37º | 1% | 0.8% | - |
| XYZ | 25.38 | 13.01 | 5.05 | - |
| YUV | 67.78 | 121.92 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 57 | 0 | 1.00 | 0.72 | 0.20 | 343.37 | 0.99 | 0.4 |
| Hex | CB | 1 | 39 | 0 | 64 | 48 | 14 | 157 | 63 | 28 |
| Octal | 313 | 1 | 71 | 0 | 144 | 110 | 24 | 527 | 143 | 50 |
| Binary | 11001011 | 1 | 111001 | 0 | 1100100 | 1001000 | 10100 | 101010111 | 1100011 | 101000 |
Color Harmonies of #CB0139
Complementary color
Monochromatic Colors of #CB0139
Black with #CB0139
Text Example
Text Example
White with #CB0139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0139; }
p { color: rgb(203,1,57); }
H1.HeaderClassName
{
color: #CB0139;
}
.AnyTagClassName
{
color: #CB0139;
}
</style>
background-color css
<style>
a { background-color: #CB0139; }
a { background-color: rgb(203,1,57); }
div.DivClassName
{
background-color: #CB0139;
}
.BgClassName
{
background-color: #CB0139;
}
</style>
border-color css
<style>
span { border-color: #CB0139; }
span { border-color: rgb(203,1,57); }
td.TdClassName
{
border-color: #CB0139;
}
.TagClassName
{
border-color: #CB0139;
}
</style>