Shades of Crimson #CB0D44
Tints of Crimson #CB0D44
RGB
CMYK
RGB Variations
Color information
#CB0D44 (or 0xCB0D44) is known color: Crimson. HEX triplet: CB, 0D and 44. RGB value is (203,13,68). Sum of RGB (Red+Green+Blue) = 203+13+68=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0D44 is #34F2BB. Grayscale: #4C4C4C. Windows color (decimal): -3470012 or 4459979. OLE color: 4459979.
HSL color Cylindrical-coordinate representation of color #CB0D44: hue angle of 342.63º 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 #CB0D44 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 68 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.20 |
| HSL | 342.63º | 0.88% | 0.42% | - |
| HSV(B) | 342.63º | 0.94% | 0.8% | - |
| XYZ | 25.82 | 13.4 | 6.69 | - |
| YUV | 76.08 | 123.45 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 68 | 0 | 0.94 | 0.67 | 0.20 | 342.63 | 0.88 | 0.42 |
| Hex | CB | D | 44 | 0 | 5E | 43 | 14 | 157 | 58 | 2A |
| Octal | 313 | 15 | 104 | 0 | 136 | 103 | 24 | 527 | 130 | 52 |
| Binary | 11001011 | 1101 | 1000100 | 0 | 1011110 | 1000011 | 10100 | 101010111 | 1011000 | 101010 |
Color Harmonies of #CB0D44
Complementary color
Monochromatic Colors of #CB0D44
Black with #CB0D44
Text Example
Text Example
White with #CB0D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D44; }
p { color: rgb(203,13,68); }
H1.HeaderClassName
{
color: #CB0D44;
}
.AnyTagClassName
{
color: #CB0D44;
}
</style>
background-color css
<style>
a { background-color: #CB0D44; }
a { background-color: rgb(203,13,68); }
div.DivClassName
{
background-color: #CB0D44;
}
.BgClassName
{
background-color: #CB0D44;
}
</style>
border-color css
<style>
span { border-color: #CB0D44; }
span { border-color: rgb(203,13,68); }
td.TdClassName
{
border-color: #CB0D44;
}
.TagClassName
{
border-color: #CB0D44;
}
</style>