Shades of Crimson #CB0633
Tints of Crimson #CB0633
RGB
CMYK
RGB Variations
Color information
#CB0633 (or 0xCB0633) is known color: Crimson. HEX triplet: CB, 06 and 33. RGB value is (203,6,51). Sum of RGB (Red+Green+Blue) = 203+6+51=260 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.08% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0633 is #34F9CC. Grayscale: #464646. Windows color (decimal): -3471821 or 3344075. OLE color: 3344075.
HSL color Cylindrical-coordinate representation of color #CB0633: hue angle of 346.29º 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 #CB0633 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 51 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.20 |
| HSL | 346.29º | 0.94% | 0.41% | - |
| HSV(B) | 346.29º | 0.97% | 0.8% | - |
| XYZ | 25.29 | 13.07 | 4.32 | - |
| YUV | 70.03 | 117.27 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 51 | 0 | 0.97 | 0.75 | 0.20 | 346.29 | 0.94 | 0.41 |
| Hex | CB | 6 | 33 | 0 | 61 | 4B | 14 | 15A | 5E | 29 |
| Octal | 313 | 6 | 63 | 0 | 141 | 113 | 24 | 532 | 136 | 51 |
| Binary | 11001011 | 110 | 110011 | 0 | 1100001 | 1001011 | 10100 | 101011010 | 1011110 | 101001 |
Color Harmonies of #CB0633
Complementary color
Monochromatic Colors of #CB0633
Black with #CB0633
Text Example
Text Example
White with #CB0633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0633; }
p { color: rgb(203,6,51); }
H1.HeaderClassName
{
color: #CB0633;
}
.AnyTagClassName
{
color: #CB0633;
}
</style>
background-color css
<style>
a { background-color: #CB0633; }
a { background-color: rgb(203,6,51); }
div.DivClassName
{
background-color: #CB0633;
}
.BgClassName
{
background-color: #CB0633;
}
</style>
border-color css
<style>
span { border-color: #CB0633; }
span { border-color: rgb(203,6,51); }
td.TdClassName
{
border-color: #CB0633;
}
.TagClassName
{
border-color: #CB0633;
}
</style>