Shades of Crimson #CB053F
Tints of Crimson #CB053F
RGB
CMYK
RGB Variations
Color information
#CB053F (or 0xCB053F) is known color: Crimson. HEX triplet: CB, 05 and 3F. RGB value is (203,5,63). Sum of RGB (Red+Green+Blue) = 203+5+63=271 (35% of max value = 765). Red value is 203 (79.69% from 255 or 74.91% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 203 - color contains mainly: red. Hex color #CB053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB053F is #34FAC0. Grayscale: #464646. Windows color (decimal): -3472065 or 4130251. OLE color: 4130251.
HSL color Cylindrical-coordinate representation of color #CB053F: hue angle of 342.42º 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 #CB053F is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 63 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.20 |
| HSL | 342.42º | 0.95% | 0.41% | - |
| HSV(B) | 342.42º | 0.98% | 0.8% | - |
| XYZ | 25.58 | 13.16 | 5.9 | - |
| YUV | 70.81 | 123.6 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 63 | 0 | 0.98 | 0.69 | 0.20 | 342.42 | 0.95 | 0.41 |
| Hex | CB | 5 | 3F | 0 | 62 | 45 | 14 | 156 | 5F | 29 |
| Octal | 313 | 5 | 77 | 0 | 142 | 105 | 24 | 526 | 137 | 51 |
| Binary | 11001011 | 101 | 111111 | 0 | 1100010 | 1000101 | 10100 | 101010110 | 1011111 | 101001 |
Color Harmonies of #CB053F
Complementary color
Monochromatic Colors of #CB053F
Black with #CB053F
Text Example
Text Example
White with #CB053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB053F; }
p { color: rgb(203,5,63); }
H1.HeaderClassName
{
color: #CB053F;
}
.AnyTagClassName
{
color: #CB053F;
}
</style>
background-color css
<style>
a { background-color: #CB053F; }
a { background-color: rgb(203,5,63); }
div.DivClassName
{
background-color: #CB053F;
}
.BgClassName
{
background-color: #CB053F;
}
</style>
border-color css
<style>
span { border-color: #CB053F; }
span { border-color: rgb(203,5,63); }
td.TdClassName
{
border-color: #CB053F;
}
.TagClassName
{
border-color: #CB053F;
}
</style>