Shades of Crimson #CB063B
Tints of Crimson #CB063B
RGB
CMYK
RGB Variations
Color information
#CB063B (or 0xCB063B) is known color: Crimson. HEX triplet: CB, 06 and 3B. RGB value is (203,6,59). Sum of RGB (Red+Green+Blue) = 203+6+59=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB063B is #34F9C4. Grayscale: #464646. Windows color (decimal): -3471813 or 3868363. OLE color: 3868363.
HSL color Cylindrical-coordinate representation of color #CB063B: hue angle of 343.86º degrees, saturation: 0.94, 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 #CB063B is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 59 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.20 |
| HSL | 343.86º | 0.94% | 0.41% | - |
| HSV(B) | 343.86º | 0.97% | 0.8% | - |
| XYZ | 25.48 | 13.14 | 5.33 | - |
| YUV | 70.95 | 121.27 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 59 | 0 | 0.97 | 0.71 | 0.20 | 343.86 | 0.94 | 0.41 |
| Hex | CB | 6 | 3B | 0 | 61 | 47 | 14 | 158 | 5E | 29 |
| Octal | 313 | 6 | 73 | 0 | 141 | 107 | 24 | 530 | 136 | 51 |
| Binary | 11001011 | 110 | 111011 | 0 | 1100001 | 1000111 | 10100 | 101011000 | 1011110 | 101001 |
Color Harmonies of #CB063B
Complementary color
Monochromatic Colors of #CB063B
Black with #CB063B
Text Example
Text Example
White with #CB063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB063B; }
p { color: rgb(203,6,59); }
H1.HeaderClassName
{
color: #CB063B;
}
.AnyTagClassName
{
color: #CB063B;
}
</style>
background-color css
<style>
a { background-color: #CB063B; }
a { background-color: rgb(203,6,59); }
div.DivClassName
{
background-color: #CB063B;
}
.BgClassName
{
background-color: #CB063B;
}
</style>
border-color css
<style>
span { border-color: #CB063B; }
span { border-color: rgb(203,6,59); }
td.TdClassName
{
border-color: #CB063B;
}
.TagClassName
{
border-color: #CB063B;
}
</style>