Shades of Crimson #CB0D4A
Tints of Crimson #CB0D4A
RGB
CMYK
RGB Variations
Color information
#CB0D4A (or 0xCB0D4A) is known color: Crimson. HEX triplet: CB, 0D and 4A. RGB value is (203,13,74). Sum of RGB (Red+Green+Blue) = 203+13+74=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0D4A is #34F2B5. Grayscale: #4C4C4C. Windows color (decimal): -3470006 or 4853195. OLE color: 4853195.
HSL color Cylindrical-coordinate representation of color #CB0D4A: hue angle of 340.74º 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 #CB0D4A is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 74 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.20 |
| HSL | 340.74º | 0.88% | 0.42% | - |
| HSV(B) | 340.74º | 0.94% | 0.8% | - |
| XYZ | 26.01 | 13.48 | 7.71 | - |
| YUV | 76.76 | 126.45 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 74 | 0 | 0.94 | 0.64 | 0.20 | 340.74 | 0.88 | 0.42 |
| Hex | CB | D | 4A | 0 | 5E | 40 | 14 | 155 | 58 | 2A |
| Octal | 313 | 15 | 112 | 0 | 136 | 100 | 24 | 525 | 130 | 52 |
| Binary | 11001011 | 1101 | 1001010 | 0 | 1011110 | 1000000 | 10100 | 101010101 | 1011000 | 101010 |
Color Harmonies of #CB0D4A
Complementary color
Monochromatic Colors of #CB0D4A
Black with #CB0D4A
Text Example
Text Example
White with #CB0D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D4A; }
p { color: rgb(203,13,74); }
H1.HeaderClassName
{
color: #CB0D4A;
}
.AnyTagClassName
{
color: #CB0D4A;
}
</style>
background-color css
<style>
a { background-color: #CB0D4A; }
a { background-color: rgb(203,13,74); }
div.DivClassName
{
background-color: #CB0D4A;
}
.BgClassName
{
background-color: #CB0D4A;
}
</style>
border-color css
<style>
span { border-color: #CB0D4A; }
span { border-color: rgb(203,13,74); }
td.TdClassName
{
border-color: #CB0D4A;
}
.TagClassName
{
border-color: #CB0D4A;
}
</style>