Shades of Crimson #CB0148
Tints of Crimson #CB0148
RGB
CMYK
RGB Variations
Color information
#CB0148 (or 0xCB0148) is known color: Crimson. HEX triplet: CB, 01 and 48. RGB value is (203,1,72). Sum of RGB (Red+Green+Blue) = 203+1+72=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0148 is #34FEB7. Grayscale: #454545. Windows color (decimal): -3473080 or 4719051. OLE color: 4719051.
HSL color Cylindrical-coordinate representation of color #CB0148: hue angle of 338.91º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0148 is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 72 | - |
| CMYK | 0 | 1.00 | 0.65 | 0.20 |
| HSL | 338.91º | 0.99% | 0.4% | - |
| HSV(B) | 338.91º | 1% | 0.8% | - |
| XYZ | 25.81 | 13.19 | 7.32 | - |
| YUV | 69.49 | 129.42 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 72 | 0 | 1.00 | 0.65 | 0.20 | 338.91 | 0.99 | 0.4 |
| Hex | CB | 1 | 48 | 0 | 64 | 41 | 14 | 153 | 63 | 28 |
| Octal | 313 | 1 | 110 | 0 | 144 | 101 | 24 | 523 | 143 | 50 |
| Binary | 11001011 | 1 | 1001000 | 0 | 1100100 | 1000001 | 10100 | 101010011 | 1100011 | 101000 |
Color Harmonies of #CB0148
Complementary color
Monochromatic Colors of #CB0148
Black with #CB0148
Text Example
Text Example
White with #CB0148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0148; }
p { color: rgb(203,1,72); }
H1.HeaderClassName
{
color: #CB0148;
}
.AnyTagClassName
{
color: #CB0148;
}
</style>
background-color css
<style>
a { background-color: #CB0148; }
a { background-color: rgb(203,1,72); }
div.DivClassName
{
background-color: #CB0148;
}
.BgClassName
{
background-color: #CB0148;
}
</style>
border-color css
<style>
span { border-color: #CB0148; }
span { border-color: rgb(203,1,72); }
td.TdClassName
{
border-color: #CB0148;
}
.TagClassName
{
border-color: #CB0148;
}
</style>