Shades of Crimson #CB0142
Tints of Crimson #CB0142
RGB
CMYK
RGB Variations
Color information
#CB0142 (or 0xCB0142) is known color: Crimson. HEX triplet: CB, 01 and 42. RGB value is (203,1,66). Sum of RGB (Red+Green+Blue) = 203+1+66=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0142 is #34FEBD. Grayscale: #444444. Windows color (decimal): -3473086 or 4325835. OLE color: 4325835.
HSL color Cylindrical-coordinate representation of color #CB0142: hue angle of 340.69º 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 #CB0142 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 66 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.20 |
| HSL | 340.69º | 0.99% | 0.4% | - |
| HSV(B) | 340.69º | 1% | 0.8% | - |
| XYZ | 25.62 | 13.11 | 6.33 | - |
| YUV | 68.81 | 126.42 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 66 | 0 | 1.00 | 0.67 | 0.20 | 340.69 | 0.99 | 0.4 |
| Hex | CB | 1 | 42 | 0 | 64 | 43 | 14 | 155 | 63 | 28 |
| Octal | 313 | 1 | 102 | 0 | 144 | 103 | 24 | 525 | 143 | 50 |
| Binary | 11001011 | 1 | 1000010 | 0 | 1100100 | 1000011 | 10100 | 101010101 | 1100011 | 101000 |
Color Harmonies of #CB0142
Complementary color
Monochromatic Colors of #CB0142
Black with #CB0142
Text Example
Text Example
White with #CB0142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0142; }
p { color: rgb(203,1,66); }
H1.HeaderClassName
{
color: #CB0142;
}
.AnyTagClassName
{
color: #CB0142;
}
</style>
background-color css
<style>
a { background-color: #CB0142; }
a { background-color: rgb(203,1,66); }
div.DivClassName
{
background-color: #CB0142;
}
.BgClassName
{
background-color: #CB0142;
}
</style>
border-color css
<style>
span { border-color: #CB0142; }
span { border-color: rgb(203,1,66); }
td.TdClassName
{
border-color: #CB0142;
}
.TagClassName
{
border-color: #CB0142;
}
</style>