Shades of Crimson #CB0D3C
Tints of Crimson #CB0D3C
RGB
CMYK
RGB Variations
Color information
#CB0D3C (or 0xCB0D3C) is known color: Crimson. HEX triplet: CB, 0D and 3C. RGB value is (203,13,60). Sum of RGB (Red+Green+Blue) = 203+13+60=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0D3C is #34F2C3. Grayscale: #4B4B4B. Windows color (decimal): -3470020 or 3935691. OLE color: 3935691.
HSL color Cylindrical-coordinate representation of color #CB0D3C: hue angle of 345.16º 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 #CB0D3C is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 60 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.20 |
| HSL | 345.16º | 0.88% | 0.42% | - |
| HSV(B) | 345.16º | 0.94% | 0.8% | - |
| XYZ | 25.59 | 13.31 | 5.5 | - |
| YUV | 75.17 | 119.45 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 60 | 0 | 0.94 | 0.70 | 0.20 | 345.16 | 0.88 | 0.42 |
| Hex | CB | D | 3C | 0 | 5E | 46 | 14 | 159 | 58 | 2A |
| Octal | 313 | 15 | 74 | 0 | 136 | 106 | 24 | 531 | 130 | 52 |
| Binary | 11001011 | 1101 | 111100 | 0 | 1011110 | 1000110 | 10100 | 101011001 | 1011000 | 101010 |
Color Harmonies of #CB0D3C
Complementary color
Monochromatic Colors of #CB0D3C
Black with #CB0D3C
Text Example
Text Example
White with #CB0D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D3C; }
p { color: rgb(203,13,60); }
H1.HeaderClassName
{
color: #CB0D3C;
}
.AnyTagClassName
{
color: #CB0D3C;
}
</style>
background-color css
<style>
a { background-color: #CB0D3C; }
a { background-color: rgb(203,13,60); }
div.DivClassName
{
background-color: #CB0D3C;
}
.BgClassName
{
background-color: #CB0D3C;
}
</style>
border-color css
<style>
span { border-color: #CB0D3C; }
span { border-color: rgb(203,13,60); }
td.TdClassName
{
border-color: #CB0D3C;
}
.TagClassName
{
border-color: #CB0D3C;
}
</style>