Shades of Crimson #CB0736
Tints of Crimson #CB0736
RGB
CMYK
RGB Variations
Color information
#CB0736 (or 0xCB0736) is known color: Crimson. HEX triplet: CB, 07 and 36. RGB value is (203,7,54). Sum of RGB (Red+Green+Blue) = 203+7+54=264 (34% of max value = 765). Red value is 203 (79.69% from 255 or 76.89% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0736 is #34F8C9. Grayscale: #464646. Windows color (decimal): -3471562 or 3540939. OLE color: 3540939.
HSL color Cylindrical-coordinate representation of color #CB0736: hue angle of 345.61º 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 #CB0736 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 54 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.20 |
| HSL | 345.61º | 0.93% | 0.41% | - |
| HSV(B) | 345.61º | 0.97% | 0.8% | - |
| XYZ | 25.37 | 13.11 | 4.68 | - |
| YUV | 70.96 | 118.43 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 54 | 0 | 0.97 | 0.73 | 0.20 | 345.61 | 0.93 | 0.41 |
| Hex | CB | 7 | 36 | 0 | 61 | 49 | 14 | 15A | 5D | 29 |
| Octal | 313 | 7 | 66 | 0 | 141 | 111 | 24 | 532 | 135 | 51 |
| Binary | 11001011 | 111 | 110110 | 0 | 1100001 | 1001001 | 10100 | 101011010 | 1011101 | 101001 |
Color Harmonies of #CB0736
Complementary color
Monochromatic Colors of #CB0736
Black with #CB0736
Text Example
Text Example
White with #CB0736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0736; }
p { color: rgb(203,7,54); }
H1.HeaderClassName
{
color: #CB0736;
}
.AnyTagClassName
{
color: #CB0736;
}
</style>
background-color css
<style>
a { background-color: #CB0736; }
a { background-color: rgb(203,7,54); }
div.DivClassName
{
background-color: #CB0736;
}
.BgClassName
{
background-color: #CB0736;
}
</style>
border-color css
<style>
span { border-color: #CB0736; }
span { border-color: rgb(203,7,54); }
td.TdClassName
{
border-color: #CB0736;
}
.TagClassName
{
border-color: #CB0736;
}
</style>