Shades of Crimson #CB1044
Tints of Crimson #CB1044
RGB
CMYK
RGB Variations
Color information
#CB1044 (or 0xCB1044) is known color: Crimson. HEX triplet: CB, 10 and 44. RGB value is (203,16,68). Sum of RGB (Red+Green+Blue) = 203+16+68=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1044 is #34EFBB. Grayscale: #4D4D4D. Windows color (decimal): -3469244 or 4460747. OLE color: 4460747.
HSL color Cylindrical-coordinate representation of color #CB1044: hue angle of 343.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1044 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 68 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.20 |
| HSL | 343.32º | 0.85% | 0.43% | - |
| HSV(B) | 343.32º | 0.92% | 0.8% | - |
| XYZ | 25.86 | 13.48 | 6.71 | - |
| YUV | 77.84 | 122.45 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 68 | 0 | 0.92 | 0.67 | 0.20 | 343.32 | 0.85 | 0.43 |
| Hex | CB | 10 | 44 | 0 | 5C | 43 | 14 | 157 | 55 | 2B |
| Octal | 313 | 20 | 104 | 0 | 134 | 103 | 24 | 527 | 125 | 53 |
| Binary | 11001011 | 10000 | 1000100 | 0 | 1011100 | 1000011 | 10100 | 101010111 | 1010101 | 101011 |
Color Harmonies of #CB1044
Complementary color
Monochromatic Colors of #CB1044
Black with #CB1044
Text Example
Text Example
White with #CB1044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1044; }
p { color: rgb(203,16,68); }
H1.HeaderClassName
{
color: #CB1044;
}
.AnyTagClassName
{
color: #CB1044;
}
</style>
background-color css
<style>
a { background-color: #CB1044; }
a { background-color: rgb(203,16,68); }
div.DivClassName
{
background-color: #CB1044;
}
.BgClassName
{
background-color: #CB1044;
}
</style>
border-color css
<style>
span { border-color: #CB1044; }
span { border-color: rgb(203,16,68); }
td.TdClassName
{
border-color: #CB1044;
}
.TagClassName
{
border-color: #CB1044;
}
</style>