Shades of Crimson #CB0032
Tints of Crimson #CB0032
RGB
CMYK
RGB Variations
Color information
#CB0032 (or 0xCB0032) is known color: Crimson. HEX triplet: CB, 00 and 32. RGB value is (203,0,50). Sum of RGB (Red+Green+Blue) = 203+0+50=253 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.24% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0032 is #34FFCD. Grayscale: #424242. Windows color (decimal): -3473358 or 3277003. OLE color: 3277003.
HSL color Cylindrical-coordinate representation of color #CB0032: hue angle of 345.22º 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 #CB0032 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.75 | 0.20 |
| HSL | 345.22º | 1% | 0.4% | - |
| HSV(B) | 345.22º | 1% | 0.8% | - |
| XYZ | 25.2 | 12.93 | 4.18 | - |
| YUV | 66.4 | 118.75 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 50 | 0 | 1 | 0.75 | 0.20 | 345.22 | 1 | 0.4 |
| Hex | CB | 0 | 32 | 0 | 64 | 4B | 14 | 159 | 64 | 28 |
| Octal | 313 | 0 | 62 | 0 | 144 | 113 | 24 | 531 | 144 | 50 |
| Binary | 11001011 | 0 | 110010 | 0 | 1100100 | 1001011 | 10100 | 101011001 | 1100100 | 101000 |
Color Harmonies of #CB0032
Complementary color
Monochromatic Colors of #CB0032
Black with #CB0032
Text Example
Text Example
White with #CB0032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0032; }
p { color: rgb(203,0,50); }
H1.HeaderClassName
{
color: #CB0032;
}
.AnyTagClassName
{
color: #CB0032;
}
</style>
background-color css
<style>
a { background-color: #CB0032; }
a { background-color: rgb(203,0,50); }
div.DivClassName
{
background-color: #CB0032;
}
.BgClassName
{
background-color: #CB0032;
}
</style>
border-color css
<style>
span { border-color: #CB0032; }
span { border-color: rgb(203,0,50); }
td.TdClassName
{
border-color: #CB0032;
}
.TagClassName
{
border-color: #CB0032;
}
</style>