Shades of Crimson #CB0939
Tints of Crimson #CB0939
RGB
CMYK
RGB Variations
Color information
#CB0939 (or 0xCB0939) is known color: Crimson. HEX triplet: CB, 09 and 39. RGB value is (203,9,57). Sum of RGB (Red+Green+Blue) = 203+9+57=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0939 is #34F6C6. Grayscale: #484848. Windows color (decimal): -3471047 or 3738059. OLE color: 3738059.
HSL color Cylindrical-coordinate representation of color #CB0939: hue angle of 345.15º 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 #CB0939 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 57 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.20 |
| HSL | 345.15º | 0.92% | 0.42% | - |
| HSV(B) | 345.15º | 0.96% | 0.8% | - |
| XYZ | 25.46 | 13.19 | 5.07 | - |
| YUV | 72.48 | 119.27 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 57 | 0 | 0.96 | 0.72 | 0.20 | 345.15 | 0.92 | 0.42 |
| Hex | CB | 9 | 39 | 0 | 60 | 48 | 14 | 159 | 5C | 2A |
| Octal | 313 | 11 | 71 | 0 | 140 | 110 | 24 | 531 | 134 | 52 |
| Binary | 11001011 | 1001 | 111001 | 0 | 1100000 | 1001000 | 10100 | 101011001 | 1011100 | 101010 |
Color Harmonies of #CB0939
Complementary color
Monochromatic Colors of #CB0939
Black with #CB0939
Text Example
Text Example
White with #CB0939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0939; }
p { color: rgb(203,9,57); }
H1.HeaderClassName
{
color: #CB0939;
}
.AnyTagClassName
{
color: #CB0939;
}
</style>
background-color css
<style>
a { background-color: #CB0939; }
a { background-color: rgb(203,9,57); }
div.DivClassName
{
background-color: #CB0939;
}
.BgClassName
{
background-color: #CB0939;
}
</style>
border-color css
<style>
span { border-color: #CB0939; }
span { border-color: rgb(203,9,57); }
td.TdClassName
{
border-color: #CB0939;
}
.TagClassName
{
border-color: #CB0939;
}
</style>