Shades of Crimson #CB0248
Tints of Crimson #CB0248
RGB
CMYK
RGB Variations
Color information
#CB0248 (or 0xCB0248) is known color: Crimson. HEX triplet: CB, 02 and 48. RGB value is (203,2,72). Sum of RGB (Red+Green+Blue) = 203+2+72=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0248 is #34FDB7. Grayscale: #464646. Windows color (decimal): -3472824 or 4719307. OLE color: 4719307.
HSL color Cylindrical-coordinate representation of color #CB0248: hue angle of 339.1º 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 #CB0248 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 72 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.20 |
| HSL | 339.1º | 0.98% | 0.4% | - |
| HSV(B) | 339.1º | 0.99% | 0.8% | - |
| XYZ | 25.82 | 13.21 | 7.32 | - |
| YUV | 70.08 | 129.09 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 72 | 0 | 0.99 | 0.65 | 0.20 | 339.1 | 0.98 | 0.4 |
| Hex | CB | 2 | 48 | 0 | 63 | 41 | 14 | 153 | 62 | 28 |
| Octal | 313 | 2 | 110 | 0 | 143 | 101 | 24 | 523 | 142 | 50 |
| Binary | 11001011 | 10 | 1001000 | 0 | 1100011 | 1000001 | 10100 | 101010011 | 1100010 | 101000 |
Color Harmonies of #CB0248
Complementary color
Monochromatic Colors of #CB0248
Black with #CB0248
Text Example
Text Example
White with #CB0248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0248; }
p { color: rgb(203,2,72); }
H1.HeaderClassName
{
color: #CB0248;
}
.AnyTagClassName
{
color: #CB0248;
}
</style>
background-color css
<style>
a { background-color: #CB0248; }
a { background-color: rgb(203,2,72); }
div.DivClassName
{
background-color: #CB0248;
}
.BgClassName
{
background-color: #CB0248;
}
</style>
border-color css
<style>
span { border-color: #CB0248; }
span { border-color: rgb(203,2,72); }
td.TdClassName
{
border-color: #CB0248;
}
.TagClassName
{
border-color: #CB0248;
}
</style>