Shades of Crimson #CB0232
Tints of Crimson #CB0232
RGB
CMYK
RGB Variations
Color information
#CB0232 (or 0xCB0232) is known color: Crimson. HEX triplet: CB, 02 and 32. RGB value is (203,2,50). Sum of RGB (Red+Green+Blue) = 203+2+50=255 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.61% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0232 is #34FDCD. Grayscale: #434343. Windows color (decimal): -3472846 or 3277515. OLE color: 3277515.
HSL color Cylindrical-coordinate representation of color #CB0232: hue angle of 345.67º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0232 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 50 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.20 |
| HSL | 345.67º | 0.98% | 0.4% | - |
| HSV(B) | 345.67º | 0.99% | 0.8% | - |
| XYZ | 25.23 | 12.97 | 4.19 | - |
| YUV | 67.57 | 118.09 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 50 | 0 | 0.99 | 0.75 | 0.20 | 345.67 | 0.98 | 0.4 |
| Hex | CB | 2 | 32 | 0 | 63 | 4B | 14 | 15A | 62 | 28 |
| Octal | 313 | 2 | 62 | 0 | 143 | 113 | 24 | 532 | 142 | 50 |
| Binary | 11001011 | 10 | 110010 | 0 | 1100011 | 1001011 | 10100 | 101011010 | 1100010 | 101000 |
Color Harmonies of #CB0232
Complementary color
Monochromatic Colors of #CB0232
Black with #CB0232
Text Example
Text Example
White with #CB0232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0232; }
p { color: rgb(203,2,50); }
H1.HeaderClassName
{
color: #CB0232;
}
.AnyTagClassName
{
color: #CB0232;
}
</style>
background-color css
<style>
a { background-color: #CB0232; }
a { background-color: rgb(203,2,50); }
div.DivClassName
{
background-color: #CB0232;
}
.BgClassName
{
background-color: #CB0232;
}
</style>
border-color css
<style>
span { border-color: #CB0232; }
span { border-color: rgb(203,2,50); }
td.TdClassName
{
border-color: #CB0232;
}
.TagClassName
{
border-color: #CB0232;
}
</style>