Shades of Crimson #CB0835
Tints of Crimson #CB0835
RGB
CMYK
RGB Variations
Color information
#CB0835 (or 0xCB0835) is known color: Crimson. HEX triplet: CB, 08 and 35. RGB value is (203,8,53). Sum of RGB (Red+Green+Blue) = 203+8+53=264 (34% of max value = 765). Red value is 203 (79.69% from 255 or 76.89% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0835 is #34F7CA. Grayscale: #474747. Windows color (decimal): -3471307 or 3475659. OLE color: 3475659.
HSL color Cylindrical-coordinate representation of color #CB0835: hue angle of 346.15º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0835 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 53 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.20 |
| HSL | 346.15º | 0.92% | 0.41% | - |
| HSV(B) | 346.15º | 0.96% | 0.8% | - |
| XYZ | 25.36 | 13.13 | 4.57 | - |
| YUV | 71.44 | 117.6 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 53 | 0 | 0.96 | 0.74 | 0.20 | 346.15 | 0.92 | 0.41 |
| Hex | CB | 8 | 35 | 0 | 60 | 4A | 14 | 15A | 5C | 29 |
| Octal | 313 | 10 | 65 | 0 | 140 | 112 | 24 | 532 | 134 | 51 |
| Binary | 11001011 | 1000 | 110101 | 0 | 1100000 | 1001010 | 10100 | 101011010 | 1011100 | 101001 |
Color Harmonies of #CB0835
Complementary color
Monochromatic Colors of #CB0835
Black with #CB0835
Text Example
Text Example
White with #CB0835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0835; }
p { color: rgb(203,8,53); }
H1.HeaderClassName
{
color: #CB0835;
}
.AnyTagClassName
{
color: #CB0835;
}
</style>
background-color css
<style>
a { background-color: #CB0835; }
a { background-color: rgb(203,8,53); }
div.DivClassName
{
background-color: #CB0835;
}
.BgClassName
{
background-color: #CB0835;
}
</style>
border-color css
<style>
span { border-color: #CB0835; }
span { border-color: rgb(203,8,53); }
td.TdClassName
{
border-color: #CB0835;
}
.TagClassName
{
border-color: #CB0835;
}
</style>