Shades of Crimson #CB093E
Tints of Crimson #CB093E
RGB
CMYK
RGB Variations
Color information
#CB093E (or 0xCB093E) is known color: Crimson. HEX triplet: CB, 09 and 3E. RGB value is (203,9,62). Sum of RGB (Red+Green+Blue) = 203+9+62=274 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.09% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 203 - color contains mainly: red. Hex color #CB093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB093E is #34F6C1. Grayscale: #494949. Windows color (decimal): -3471042 or 4065739. OLE color: 4065739.
HSL color Cylindrical-coordinate representation of color #CB093E: hue angle of 343.61º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB093E is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 62 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.20 |
| HSL | 343.61º | 0.92% | 0.42% | - |
| HSV(B) | 343.61º | 0.96% | 0.8% | - |
| XYZ | 25.6 | 13.24 | 5.76 | - |
| YUV | 73.05 | 121.77 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 62 | 0 | 0.96 | 0.69 | 0.20 | 343.61 | 0.92 | 0.42 |
| Hex | CB | 9 | 3E | 0 | 60 | 45 | 14 | 158 | 5C | 2A |
| Octal | 313 | 11 | 76 | 0 | 140 | 105 | 24 | 530 | 134 | 52 |
| Binary | 11001011 | 1001 | 111110 | 0 | 1100000 | 1000101 | 10100 | 101011000 | 1011100 | 101010 |
Color Harmonies of #CB093E
Complementary color
Monochromatic Colors of #CB093E
Black with #CB093E
Text Example
Text Example
White with #CB093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB093E; }
p { color: rgb(203,9,62); }
H1.HeaderClassName
{
color: #CB093E;
}
.AnyTagClassName
{
color: #CB093E;
}
</style>
background-color css
<style>
a { background-color: #CB093E; }
a { background-color: rgb(203,9,62); }
div.DivClassName
{
background-color: #CB093E;
}
.BgClassName
{
background-color: #CB093E;
}
</style>
border-color css
<style>
span { border-color: #CB093E; }
span { border-color: rgb(203,9,62); }
td.TdClassName
{
border-color: #CB093E;
}
.TagClassName
{
border-color: #CB093E;
}
</style>