Shades of Crimson #CB0946
Tints of Crimson #CB0946
RGB
CMYK
RGB Variations
Color information
#CB0946 (or 0xCB0946) is known color: Crimson. HEX triplet: CB, 09 and 46. RGB value is (203,9,70). Sum of RGB (Red+Green+Blue) = 203+9+70=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0946 is #34F6B9. Grayscale: #494949. Windows color (decimal): -3471034 or 4590027. OLE color: 4590027.
HSL color Cylindrical-coordinate representation of color #CB0946: hue angle of 341.13º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0946 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 70 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.20 |
| HSL | 341.13º | 0.92% | 0.42% | - |
| HSV(B) | 341.13º | 0.96% | 0.8% | - |
| XYZ | 25.83 | 13.33 | 7.01 | - |
| YUV | 73.96 | 125.77 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 70 | 0 | 0.96 | 0.66 | 0.20 | 341.13 | 0.92 | 0.42 |
| Hex | CB | 9 | 46 | 0 | 60 | 42 | 14 | 155 | 5C | 2A |
| Octal | 313 | 11 | 106 | 0 | 140 | 102 | 24 | 525 | 134 | 52 |
| Binary | 11001011 | 1001 | 1000110 | 0 | 1100000 | 1000010 | 10100 | 101010101 | 1011100 | 101010 |
Color Harmonies of #CB0946
Complementary color
Monochromatic Colors of #CB0946
Black with #CB0946
Text Example
Text Example
White with #CB0946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0946; }
p { color: rgb(203,9,70); }
H1.HeaderClassName
{
color: #CB0946;
}
.AnyTagClassName
{
color: #CB0946;
}
</style>
background-color css
<style>
a { background-color: #CB0946; }
a { background-color: rgb(203,9,70); }
div.DivClassName
{
background-color: #CB0946;
}
.BgClassName
{
background-color: #CB0946;
}
</style>
border-color css
<style>
span { border-color: #CB0946; }
span { border-color: rgb(203,9,70); }
td.TdClassName
{
border-color: #CB0946;
}
.TagClassName
{
border-color: #CB0946;
}
</style>