Shades of Crimson #CB0635
Tints of Crimson #CB0635
RGB
CMYK
RGB Variations
Color information
#CB0635 (or 0xCB0635) is known color: Crimson. HEX triplet: CB, 06 and 35. RGB value is (203,6,53). Sum of RGB (Red+Green+Blue) = 203+6+53=262 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.48% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0635 is #34F9CA. Grayscale: #464646. Windows color (decimal): -3471819 or 3475147. OLE color: 3475147.
HSL color Cylindrical-coordinate representation of color #CB0635: hue angle of 345.69º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB0635 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 53 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.20 |
| HSL | 345.69º | 0.94% | 0.41% | - |
| HSV(B) | 345.69º | 0.97% | 0.8% | - |
| XYZ | 25.34 | 13.08 | 4.56 | - |
| YUV | 70.26 | 118.27 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 53 | 0 | 0.97 | 0.74 | 0.20 | 345.69 | 0.94 | 0.41 |
| Hex | CB | 6 | 35 | 0 | 61 | 4A | 14 | 15A | 5E | 29 |
| Octal | 313 | 6 | 65 | 0 | 141 | 112 | 24 | 532 | 136 | 51 |
| Binary | 11001011 | 110 | 110101 | 0 | 1100001 | 1001010 | 10100 | 101011010 | 1011110 | 101001 |
Color Harmonies of #CB0635
Complementary color
Monochromatic Colors of #CB0635
Black with #CB0635
Text Example
Text Example
White with #CB0635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0635; }
p { color: rgb(203,6,53); }
H1.HeaderClassName
{
color: #CB0635;
}
.AnyTagClassName
{
color: #CB0635;
}
</style>
background-color css
<style>
a { background-color: #CB0635; }
a { background-color: rgb(203,6,53); }
div.DivClassName
{
background-color: #CB0635;
}
.BgClassName
{
background-color: #CB0635;
}
</style>
border-color css
<style>
span { border-color: #CB0635; }
span { border-color: rgb(203,6,53); }
td.TdClassName
{
border-color: #CB0635;
}
.TagClassName
{
border-color: #CB0635;
}
</style>