Shades of Crimson #CB013E
Tints of Crimson #CB013E
RGB
CMYK
RGB Variations
Color information
#CB013E (or 0xCB013E) is known color: Crimson. HEX triplet: CB, 01 and 3E. RGB value is (203,1,62). Sum of RGB (Red+Green+Blue) = 203+1+62=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB013E is #34FEC1. Grayscale: #444444. Windows color (decimal): -3473090 or 4063691. OLE color: 4063691.
HSL color Cylindrical-coordinate representation of color #CB013E: hue angle of 341.88º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB013E is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 62 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.20 |
| HSL | 341.88º | 0.99% | 0.4% | - |
| HSV(B) | 341.88º | 1% | 0.8% | - |
| XYZ | 25.51 | 13.07 | 5.73 | - |
| YUV | 68.35 | 124.42 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 62 | 0 | 1.00 | 0.69 | 0.20 | 341.88 | 0.99 | 0.4 |
| Hex | CB | 1 | 3E | 0 | 64 | 45 | 14 | 156 | 63 | 28 |
| Octal | 313 | 1 | 76 | 0 | 144 | 105 | 24 | 526 | 143 | 50 |
| Binary | 11001011 | 1 | 111110 | 0 | 1100100 | 1000101 | 10100 | 101010110 | 1100011 | 101000 |
Color Harmonies of #CB013E
Complementary color
Monochromatic Colors of #CB013E
Black with #CB013E
Text Example
Text Example
White with #CB013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB013E; }
p { color: rgb(203,1,62); }
H1.HeaderClassName
{
color: #CB013E;
}
.AnyTagClassName
{
color: #CB013E;
}
</style>
background-color css
<style>
a { background-color: #CB013E; }
a { background-color: rgb(203,1,62); }
div.DivClassName
{
background-color: #CB013E;
}
.BgClassName
{
background-color: #CB013E;
}
</style>
border-color css
<style>
span { border-color: #CB013E; }
span { border-color: rgb(203,1,62); }
td.TdClassName
{
border-color: #CB013E;
}
.TagClassName
{
border-color: #CB013E;
}
</style>