Shades of Crimson #CB012E
Tints of Crimson #CB012E
RGB
CMYK
RGB Variations
Color information
#CB012E (or 0xCB012E) is known color: Crimson. HEX triplet: CB, 01 and 2E. RGB value is (203,1,46). Sum of RGB (Red+Green+Blue) = 203+1+46=250 (33% of max value = 765). Red value is 203 (79.69% from 255 or 81.2% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 203 - color contains mainly: red. Hex color #CB012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB012E is #34FED1. Grayscale: #424242. Windows color (decimal): -3473106 or 3015115. OLE color: 3015115.
HSL color Cylindrical-coordinate representation of color #CB012E: hue angle of 346.63º 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 #CB012E is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 46 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.20 |
| HSL | 346.63º | 0.99% | 0.4% | - |
| HSV(B) | 346.63º | 1% | 0.8% | - |
| XYZ | 25.13 | 12.92 | 3.75 | - |
| YUV | 66.53 | 116.42 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 46 | 0 | 1.00 | 0.77 | 0.20 | 346.63 | 0.99 | 0.4 |
| Hex | CB | 1 | 2E | 0 | 64 | 4D | 14 | 15B | 63 | 28 |
| Octal | 313 | 1 | 56 | 0 | 144 | 115 | 24 | 533 | 143 | 50 |
| Binary | 11001011 | 1 | 101110 | 0 | 1100100 | 1001101 | 10100 | 101011011 | 1100011 | 101000 |
Color Harmonies of #CB012E
Complementary color
Monochromatic Colors of #CB012E
Black with #CB012E
Text Example
Text Example
White with #CB012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB012E; }
p { color: rgb(203,1,46); }
H1.HeaderClassName
{
color: #CB012E;
}
.AnyTagClassName
{
color: #CB012E;
}
</style>
background-color css
<style>
a { background-color: #CB012E; }
a { background-color: rgb(203,1,46); }
div.DivClassName
{
background-color: #CB012E;
}
.BgClassName
{
background-color: #CB012E;
}
</style>
border-color css
<style>
span { border-color: #CB012E; }
span { border-color: rgb(203,1,46); }
td.TdClassName
{
border-color: #CB012E;
}
.TagClassName
{
border-color: #CB012E;
}
</style>