Shades of Crimson #CB053C
Tints of Crimson #CB053C
RGB
CMYK
RGB Variations
Color information
#CB053C (or 0xCB053C) is known color: Crimson. HEX triplet: CB, 05 and 3C. RGB value is (203,5,60). Sum of RGB (Red+Green+Blue) = 203+5+60=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB053C is #34FAC3. Grayscale: #464646. Windows color (decimal): -3472068 or 3933643. OLE color: 3933643.
HSL color Cylindrical-coordinate representation of color #CB053C: hue angle of 343.33º 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 #CB053C is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.20 |
| HSL | 343.33º | 0.95% | 0.41% | - |
| HSV(B) | 343.33º | 0.98% | 0.8% | - |
| XYZ | 25.5 | 13.13 | 5.47 | - |
| YUV | 70.47 | 122.1 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 60 | 0 | 0.98 | 0.70 | 0.20 | 343.33 | 0.95 | 0.41 |
| Hex | CB | 5 | 3C | 0 | 62 | 46 | 14 | 157 | 5F | 29 |
| Octal | 313 | 5 | 74 | 0 | 142 | 106 | 24 | 527 | 137 | 51 |
| Binary | 11001011 | 101 | 111100 | 0 | 1100010 | 1000110 | 10100 | 101010111 | 1011111 | 101001 |
Color Harmonies of #CB053C
Complementary color
Monochromatic Colors of #CB053C
Black with #CB053C
Text Example
Text Example
White with #CB053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB053C; }
p { color: rgb(203,5,60); }
H1.HeaderClassName
{
color: #CB053C;
}
.AnyTagClassName
{
color: #CB053C;
}
</style>
background-color css
<style>
a { background-color: #CB053C; }
a { background-color: rgb(203,5,60); }
div.DivClassName
{
background-color: #CB053C;
}
.BgClassName
{
background-color: #CB053C;
}
</style>
border-color css
<style>
span { border-color: #CB053C; }
span { border-color: rgb(203,5,60); }
td.TdClassName
{
border-color: #CB053C;
}
.TagClassName
{
border-color: #CB053C;
}
</style>