Shades of Crimson #CB043E
Tints of Crimson #CB043E
RGB
CMYK
RGB Variations
Color information
#CB043E (or 0xCB043E) is known color: Crimson. HEX triplet: CB, 04 and 3E. RGB value is (203,4,62). Sum of RGB (Red+Green+Blue) = 203+4+62=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB043E is #34FBC1. Grayscale: #464646. Windows color (decimal): -3472322 or 4064459. OLE color: 4064459.
HSL color Cylindrical-coordinate representation of color #CB043E: hue angle of 342.51º degrees, saturation: 0.96, 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 #CB043E is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.20 |
| HSL | 342.51º | 0.96% | 0.41% | - |
| HSV(B) | 342.51º | 0.98% | 0.8% | - |
| XYZ | 25.54 | 13.13 | 5.75 | - |
| YUV | 70.11 | 123.43 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 62 | 0 | 0.98 | 0.69 | 0.20 | 342.51 | 0.96 | 0.41 |
| Hex | CB | 4 | 3E | 0 | 62 | 45 | 14 | 157 | 60 | 29 |
| Octal | 313 | 4 | 76 | 0 | 142 | 105 | 24 | 527 | 140 | 51 |
| Binary | 11001011 | 100 | 111110 | 0 | 1100010 | 1000101 | 10100 | 101010111 | 1100000 | 101001 |
Color Harmonies of #CB043E
Complementary color
Monochromatic Colors of #CB043E
Black with #CB043E
Text Example
Text Example
White with #CB043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB043E; }
p { color: rgb(203,4,62); }
H1.HeaderClassName
{
color: #CB043E;
}
.AnyTagClassName
{
color: #CB043E;
}
</style>
background-color css
<style>
a { background-color: #CB043E; }
a { background-color: rgb(203,4,62); }
div.DivClassName
{
background-color: #CB043E;
}
.BgClassName
{
background-color: #CB043E;
}
</style>
border-color css
<style>
span { border-color: #CB043E; }
span { border-color: rgb(203,4,62); }
td.TdClassName
{
border-color: #CB043E;
}
.TagClassName
{
border-color: #CB043E;
}
</style>