Shades of Crimson #CB053E
Tints of Crimson #CB053E
RGB
CMYK
RGB Variations
Color information
#CB053E (or 0xCB053E) is known color: Crimson. HEX triplet: CB, 05 and 3E. RGB value is (203,5,62). Sum of RGB (Red+Green+Blue) = 203+5+62=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB053E is #34FAC1. Grayscale: #464646. Windows color (decimal): -3472066 or 4064715. OLE color: 4064715.
HSL color Cylindrical-coordinate representation of color #CB053E: hue angle of 342.73º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB053E is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 62 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.20 |
| HSL | 342.73º | 0.95% | 0.41% | - |
| HSV(B) | 342.73º | 0.98% | 0.8% | - |
| XYZ | 25.55 | 13.15 | 5.75 | - |
| YUV | 70.7 | 123.1 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 62 | 0 | 0.98 | 0.69 | 0.20 | 342.73 | 0.95 | 0.41 |
| Hex | CB | 5 | 3E | 0 | 62 | 45 | 14 | 157 | 5F | 29 |
| Octal | 313 | 5 | 76 | 0 | 142 | 105 | 24 | 527 | 137 | 51 |
| Binary | 11001011 | 101 | 111110 | 0 | 1100010 | 1000101 | 10100 | 101010111 | 1011111 | 101001 |
Color Harmonies of #CB053E
Complementary color
Monochromatic Colors of #CB053E
Black with #CB053E
Text Example
Text Example
White with #CB053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB053E; }
p { color: rgb(203,5,62); }
H1.HeaderClassName
{
color: #CB053E;
}
.AnyTagClassName
{
color: #CB053E;
}
</style>
background-color css
<style>
a { background-color: #CB053E; }
a { background-color: rgb(203,5,62); }
div.DivClassName
{
background-color: #CB053E;
}
.BgClassName
{
background-color: #CB053E;
}
</style>
border-color css
<style>
span { border-color: #CB053E; }
span { border-color: rgb(203,5,62); }
td.TdClassName
{
border-color: #CB053E;
}
.TagClassName
{
border-color: #CB053E;
}
</style>