Shades of Crimson #CB0E3C
Tints of Crimson #CB0E3C
RGB
CMYK
RGB Variations
Color information
#CB0E3C (or 0xCB0E3C) is known color: Crimson. HEX triplet: CB, 0E and 3C. RGB value is (203,14,60). Sum of RGB (Red+Green+Blue) = 203+14+60=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0E3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0E3C is #34F1C3. Grayscale: #4B4B4B. Windows color (decimal): -3469764 or 3935947. OLE color: 3935947.
HSL color Cylindrical-coordinate representation of color #CB0E3C: hue angle of 345.4º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0E3C is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 14 | 60 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.20 |
| HSL | 345.4º | 0.87% | 0.43% | - |
| HSV(B) | 345.4º | 0.93% | 0.8% | - |
| XYZ | 25.6 | 13.34 | 5.5 | - |
| YUV | 75.76 | 119.12 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 14 | 60 | 0 | 0.93 | 0.70 | 0.20 | 345.4 | 0.87 | 0.43 |
| Hex | CB | E | 3C | 0 | 5D | 46 | 14 | 159 | 57 | 2B |
| Octal | 313 | 16 | 74 | 0 | 135 | 106 | 24 | 531 | 127 | 53 |
| Binary | 11001011 | 1110 | 111100 | 0 | 1011101 | 1000110 | 10100 | 101011001 | 1010111 | 101011 |
Color Harmonies of #CB0E3C
Complementary color
Monochromatic Colors of #CB0E3C
Black with #CB0E3C
Text Example
Text Example
White with #CB0E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0E3C; }
p { color: rgb(203,14,60); }
H1.HeaderClassName
{
color: #CB0E3C;
}
.AnyTagClassName
{
color: #CB0E3C;
}
</style>
background-color css
<style>
a { background-color: #CB0E3C; }
a { background-color: rgb(203,14,60); }
div.DivClassName
{
background-color: #CB0E3C;
}
.BgClassName
{
background-color: #CB0E3C;
}
</style>
border-color css
<style>
span { border-color: #CB0E3C; }
span { border-color: rgb(203,14,60); }
td.TdClassName
{
border-color: #CB0E3C;
}
.TagClassName
{
border-color: #CB0E3C;
}
</style>