Shades of Crimson #CB0938
Tints of Crimson #CB0938
RGB
CMYK
RGB Variations
Color information
#CB0938 (or 0xCB0938) is known color: Crimson. HEX triplet: CB, 09 and 38. RGB value is (203,9,56). Sum of RGB (Red+Green+Blue) = 203+9+56=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0938 is #34F6C7. Grayscale: #484848. Windows color (decimal): -3471048 or 3672523. OLE color: 3672523.
HSL color Cylindrical-coordinate representation of color #CB0938: hue angle of 345.46º 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 #CB0938 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 56 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.20 |
| HSL | 345.46º | 0.92% | 0.42% | - |
| HSV(B) | 345.46º | 0.96% | 0.8% | - |
| XYZ | 25.44 | 13.18 | 4.94 | - |
| YUV | 72.36 | 118.77 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 56 | 0 | 0.96 | 0.72 | 0.20 | 345.46 | 0.92 | 0.42 |
| Hex | CB | 9 | 38 | 0 | 60 | 48 | 14 | 159 | 5C | 2A |
| Octal | 313 | 11 | 70 | 0 | 140 | 110 | 24 | 531 | 134 | 52 |
| Binary | 11001011 | 1001 | 111000 | 0 | 1100000 | 1001000 | 10100 | 101011001 | 1011100 | 101010 |
Color Harmonies of #CB0938
Complementary color
Monochromatic Colors of #CB0938
Black with #CB0938
Text Example
Text Example
White with #CB0938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0938; }
p { color: rgb(203,9,56); }
H1.HeaderClassName
{
color: #CB0938;
}
.AnyTagClassName
{
color: #CB0938;
}
</style>
background-color css
<style>
a { background-color: #CB0938; }
a { background-color: rgb(203,9,56); }
div.DivClassName
{
background-color: #CB0938;
}
.BgClassName
{
background-color: #CB0938;
}
</style>
border-color css
<style>
span { border-color: #CB0938; }
span { border-color: rgb(203,9,56); }
td.TdClassName
{
border-color: #CB0938;
}
.TagClassName
{
border-color: #CB0938;
}
</style>