Shades of Crimson #CB073E
Tints of Crimson #CB073E
RGB
CMYK
RGB Variations
Color information
#CB073E (or 0xCB073E) is known color: Crimson. HEX triplet: CB, 07 and 3E. RGB value is (203,7,62). Sum of RGB (Red+Green+Blue) = 203+7+62=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB073E is #34F8C1. Grayscale: #474747. Windows color (decimal): -3471554 or 4065227. OLE color: 4065227.
HSL color Cylindrical-coordinate representation of color #CB073E: hue angle of 343.16º 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 #CB073E is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 62 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.20 |
| HSL | 343.16º | 0.93% | 0.41% | - |
| HSV(B) | 343.16º | 0.97% | 0.8% | - |
| XYZ | 25.57 | 13.2 | 5.76 | - |
| YUV | 71.87 | 122.43 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 62 | 0 | 0.97 | 0.69 | 0.20 | 343.16 | 0.93 | 0.41 |
| Hex | CB | 7 | 3E | 0 | 61 | 45 | 14 | 157 | 5D | 29 |
| Octal | 313 | 7 | 76 | 0 | 141 | 105 | 24 | 527 | 135 | 51 |
| Binary | 11001011 | 111 | 111110 | 0 | 1100001 | 1000101 | 10100 | 101010111 | 1011101 | 101001 |
Color Harmonies of #CB073E
Complementary color
Monochromatic Colors of #CB073E
Black with #CB073E
Text Example
Text Example
White with #CB073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB073E; }
p { color: rgb(203,7,62); }
H1.HeaderClassName
{
color: #CB073E;
}
.AnyTagClassName
{
color: #CB073E;
}
</style>
background-color css
<style>
a { background-color: #CB073E; }
a { background-color: rgb(203,7,62); }
div.DivClassName
{
background-color: #CB073E;
}
.BgClassName
{
background-color: #CB073E;
}
</style>
border-color css
<style>
span { border-color: #CB073E; }
span { border-color: rgb(203,7,62); }
td.TdClassName
{
border-color: #CB073E;
}
.TagClassName
{
border-color: #CB073E;
}
</style>