Shades of Crimson #CB003C
Tints of Crimson #CB003C
RGB
CMYK
RGB Variations
Color information
#CB003C (or 0xCB003C) is known color: Crimson. HEX triplet: CB, 00 and 3C. RGB value is (203,0,60). Sum of RGB (Red+Green+Blue) = 203+0+60=263 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.19% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 203 - color contains mainly: red. Hex color #CB003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB003C is #34FFC3. Grayscale: #434343. Windows color (decimal): -3473348 or 3932363. OLE color: 3932363.
HSL color Cylindrical-coordinate representation of color #CB003C: hue angle of 342.27º 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 #CB003C is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.70 | 0.20 |
| HSL | 342.27º | 1% | 0.4% | - |
| HSV(B) | 342.27º | 1% | 0.8% | - |
| XYZ | 25.44 | 13.02 | 5.45 | - |
| YUV | 67.54 | 123.75 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 60 | 0 | 1 | 0.70 | 0.20 | 342.27 | 1 | 0.4 |
| Hex | CB | 0 | 3C | 0 | 64 | 46 | 14 | 156 | 64 | 28 |
| Octal | 313 | 0 | 74 | 0 | 144 | 106 | 24 | 526 | 144 | 50 |
| Binary | 11001011 | 0 | 111100 | 0 | 1100100 | 1000110 | 10100 | 101010110 | 1100100 | 101000 |
Color Harmonies of #CB003C
Complementary color
Monochromatic Colors of #CB003C
Black with #CB003C
Text Example
Text Example
White with #CB003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB003C; }
p { color: rgb(203,0,60); }
H1.HeaderClassName
{
color: #CB003C;
}
.AnyTagClassName
{
color: #CB003C;
}
</style>
background-color css
<style>
a { background-color: #CB003C; }
a { background-color: rgb(203,0,60); }
div.DivClassName
{
background-color: #CB003C;
}
.BgClassName
{
background-color: #CB003C;
}
</style>
border-color css
<style>
span { border-color: #CB003C; }
span { border-color: rgb(203,0,60); }
td.TdClassName
{
border-color: #CB003C;
}
.TagClassName
{
border-color: #CB003C;
}
</style>