Shades of Crimson #CB0D42
Tints of Crimson #CB0D42
RGB
CMYK
RGB Variations
Color information
#CB0D42 (or 0xCB0D42) is known color: Crimson. HEX triplet: CB, 0D and 42. RGB value is (203,13,66). Sum of RGB (Red+Green+Blue) = 203+13+66=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0D42 is #34F2BD. Grayscale: #4B4B4B. Windows color (decimal): -3470014 or 4328907. OLE color: 4328907.
HSL color Cylindrical-coordinate representation of color #CB0D42: hue angle of 343.26º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0D42 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 66 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.20 |
| HSL | 343.26º | 0.88% | 0.42% | - |
| HSV(B) | 343.26º | 0.94% | 0.8% | - |
| XYZ | 25.76 | 13.38 | 6.38 | - |
| YUV | 75.85 | 122.45 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 66 | 0 | 0.94 | 0.67 | 0.20 | 343.26 | 0.88 | 0.42 |
| Hex | CB | D | 42 | 0 | 5E | 43 | 14 | 157 | 58 | 2A |
| Octal | 313 | 15 | 102 | 0 | 136 | 103 | 24 | 527 | 130 | 52 |
| Binary | 11001011 | 1101 | 1000010 | 0 | 1011110 | 1000011 | 10100 | 101010111 | 1011000 | 101010 |
Color Harmonies of #CB0D42
Complementary color
Monochromatic Colors of #CB0D42
Black with #CB0D42
Text Example
Text Example
White with #CB0D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D42; }
p { color: rgb(203,13,66); }
H1.HeaderClassName
{
color: #CB0D42;
}
.AnyTagClassName
{
color: #CB0D42;
}
</style>
background-color css
<style>
a { background-color: #CB0D42; }
a { background-color: rgb(203,13,66); }
div.DivClassName
{
background-color: #CB0D42;
}
.BgClassName
{
background-color: #CB0D42;
}
</style>
border-color css
<style>
span { border-color: #CB0D42; }
span { border-color: rgb(203,13,66); }
td.TdClassName
{
border-color: #CB0D42;
}
.TagClassName
{
border-color: #CB0D42;
}
</style>