Shades of Crimson #CB0739
Tints of Crimson #CB0739
RGB
CMYK
RGB Variations
Color information
#CB0739 (or 0xCB0739) is known color: Crimson. HEX triplet: CB, 07 and 39. RGB value is (203,7,57). Sum of RGB (Red+Green+Blue) = 203+7+57=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0739 is #34F8C6. Grayscale: #474747. Windows color (decimal): -3471559 or 3737547. OLE color: 3737547.
HSL color Cylindrical-coordinate representation of color #CB0739: hue angle of 344.69º 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 #CB0739 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 57 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.20 |
| HSL | 344.69º | 0.93% | 0.41% | - |
| HSV(B) | 344.69º | 0.97% | 0.8% | - |
| XYZ | 25.44 | 13.14 | 5.07 | - |
| YUV | 71.3 | 119.93 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 57 | 0 | 0.97 | 0.72 | 0.20 | 344.69 | 0.93 | 0.41 |
| Hex | CB | 7 | 39 | 0 | 61 | 48 | 14 | 159 | 5D | 29 |
| Octal | 313 | 7 | 71 | 0 | 141 | 110 | 24 | 531 | 135 | 51 |
| Binary | 11001011 | 111 | 111001 | 0 | 1100001 | 1001000 | 10100 | 101011001 | 1011101 | 101001 |
Color Harmonies of #CB0739
Complementary color
Monochromatic Colors of #CB0739
Black with #CB0739
Text Example
Text Example
White with #CB0739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0739; }
p { color: rgb(203,7,57); }
H1.HeaderClassName
{
color: #CB0739;
}
.AnyTagClassName
{
color: #CB0739;
}
</style>
background-color css
<style>
a { background-color: #CB0739; }
a { background-color: rgb(203,7,57); }
div.DivClassName
{
background-color: #CB0739;
}
.BgClassName
{
background-color: #CB0739;
}
</style>
border-color css
<style>
span { border-color: #CB0739; }
span { border-color: rgb(203,7,57); }
td.TdClassName
{
border-color: #CB0739;
}
.TagClassName
{
border-color: #CB0739;
}
</style>