Shades of Crimson #CB0747
Tints of Crimson #CB0747
RGB
CMYK
RGB Variations
Color information
#CB0747 (or 0xCB0747) is known color: Crimson. HEX triplet: CB, 07 and 47. RGB value is (203,7,71). Sum of RGB (Red+Green+Blue) = 203+7+71=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0747 is #34F8B8. Grayscale: #484848. Windows color (decimal): -3471545 or 4655051. OLE color: 4655051.
HSL color Cylindrical-coordinate representation of color #CB0747: hue angle of 340.41º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB0747 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 71 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.20 |
| HSL | 340.41º | 0.93% | 0.41% | - |
| HSV(B) | 340.41º | 0.97% | 0.8% | - |
| XYZ | 25.84 | 13.3 | 7.17 | - |
| YUV | 72.9 | 126.93 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 71 | 0 | 0.97 | 0.65 | 0.20 | 340.41 | 0.93 | 0.41 |
| Hex | CB | 7 | 47 | 0 | 61 | 41 | 14 | 154 | 5D | 29 |
| Octal | 313 | 7 | 107 | 0 | 141 | 101 | 24 | 524 | 135 | 51 |
| Binary | 11001011 | 111 | 1000111 | 0 | 1100001 | 1000001 | 10100 | 101010100 | 1011101 | 101001 |
Color Harmonies of #CB0747
Complementary color
Monochromatic Colors of #CB0747
Black with #CB0747
Text Example
Text Example
White with #CB0747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0747; }
p { color: rgb(203,7,71); }
H1.HeaderClassName
{
color: #CB0747;
}
.AnyTagClassName
{
color: #CB0747;
}
</style>
background-color css
<style>
a { background-color: #CB0747; }
a { background-color: rgb(203,7,71); }
div.DivClassName
{
background-color: #CB0747;
}
.BgClassName
{
background-color: #CB0747;
}
</style>
border-color css
<style>
span { border-color: #CB0747; }
span { border-color: rgb(203,7,71); }
td.TdClassName
{
border-color: #CB0747;
}
.TagClassName
{
border-color: #CB0747;
}
</style>