Shades of Crimson #CB003A
Tints of Crimson #CB003A
RGB
CMYK
RGB Variations
Color information
#CB003A (or 0xCB003A) is known color: Crimson. HEX triplet: CB, 00 and 3A. RGB value is (203,0,58). Sum of RGB (Red+Green+Blue) = 203+0+58=261 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.78% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 203 - color contains mainly: red. Hex color #CB003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB003A is #34FFC5. Grayscale: #434343. Windows color (decimal): -3473350 or 3801291. OLE color: 3801291.
HSL color Cylindrical-coordinate representation of color #CB003A: hue angle of 342.86º 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 #CB003A is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.71 | 0.20 |
| HSL | 342.86º | 1% | 0.4% | - |
| HSV(B) | 342.86º | 1% | 0.8% | - |
| XYZ | 25.39 | 13 | 5.17 | - |
| YUV | 67.31 | 122.75 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 58 | 0 | 1 | 0.71 | 0.20 | 342.86 | 1 | 0.4 |
| Hex | CB | 0 | 3A | 0 | 64 | 47 | 14 | 157 | 64 | 28 |
| Octal | 313 | 0 | 72 | 0 | 144 | 107 | 24 | 527 | 144 | 50 |
| Binary | 11001011 | 0 | 111010 | 0 | 1100100 | 1000111 | 10100 | 101010111 | 1100100 | 101000 |
Color Harmonies of #CB003A
Complementary color
Monochromatic Colors of #CB003A
Black with #CB003A
Text Example
Text Example
White with #CB003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB003A; }
p { color: rgb(203,0,58); }
H1.HeaderClassName
{
color: #CB003A;
}
.AnyTagClassName
{
color: #CB003A;
}
</style>
background-color css
<style>
a { background-color: #CB003A; }
a { background-color: rgb(203,0,58); }
div.DivClassName
{
background-color: #CB003A;
}
.BgClassName
{
background-color: #CB003A;
}
</style>
border-color css
<style>
span { border-color: #CB003A; }
span { border-color: rgb(203,0,58); }
td.TdClassName
{
border-color: #CB003A;
}
.TagClassName
{
border-color: #CB003A;
}
</style>