Shades of Crimson #CB003B
Tints of Crimson #CB003B
RGB
CMYK
RGB Variations
Color information
#CB003B (or 0xCB003B) is known color: Crimson. HEX triplet: CB, 00 and 3B. RGB value is (203,0,59). Sum of RGB (Red+Green+Blue) = 203+0+59=262 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.48% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 203 - color contains mainly: red. Hex color #CB003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB003B is #34FFC4. Grayscale: #434343. Windows color (decimal): -3473349 or 3866827. OLE color: 3866827.
HSL color Cylindrical-coordinate representation of color #CB003B: hue angle of 342.56º 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 #CB003B is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.71 | 0.20 |
| HSL | 342.56º | 1% | 0.4% | - |
| HSV(B) | 342.56º | 1% | 0.8% | - |
| XYZ | 25.42 | 13.01 | 5.31 | - |
| YUV | 67.42 | 123.25 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 59 | 0 | 1 | 0.71 | 0.20 | 342.56 | 1 | 0.4 |
| Hex | CB | 0 | 3B | 0 | 64 | 47 | 14 | 157 | 64 | 28 |
| Octal | 313 | 0 | 73 | 0 | 144 | 107 | 24 | 527 | 144 | 50 |
| Binary | 11001011 | 0 | 111011 | 0 | 1100100 | 1000111 | 10100 | 101010111 | 1100100 | 101000 |
Color Harmonies of #CB003B
Complementary color
Monochromatic Colors of #CB003B
Black with #CB003B
Text Example
Text Example
White with #CB003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB003B; }
p { color: rgb(203,0,59); }
H1.HeaderClassName
{
color: #CB003B;
}
.AnyTagClassName
{
color: #CB003B;
}
</style>
background-color css
<style>
a { background-color: #CB003B; }
a { background-color: rgb(203,0,59); }
div.DivClassName
{
background-color: #CB003B;
}
.BgClassName
{
background-color: #CB003B;
}
</style>
border-color css
<style>
span { border-color: #CB003B; }
span { border-color: rgb(203,0,59); }
td.TdClassName
{
border-color: #CB003B;
}
.TagClassName
{
border-color: #CB003B;
}
</style>