Shades of Crimson #CB0632
Tints of Crimson #CB0632
RGB
CMYK
RGB Variations
Color information
#CB0632 (or 0xCB0632) is known color: Crimson. HEX triplet: CB, 06 and 32. RGB value is (203,6,50). Sum of RGB (Red+Green+Blue) = 203+6+50=259 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.38% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0632 is #34F9CD. Grayscale: #454545. Windows color (decimal): -3471822 or 3278539. OLE color: 3278539.
HSL color Cylindrical-coordinate representation of color #CB0632: hue angle of 346.6º 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 #CB0632 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 50 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.20 |
| HSL | 346.6º | 0.94% | 0.41% | - |
| HSV(B) | 346.6º | 0.97% | 0.8% | - |
| XYZ | 25.27 | 13.06 | 4.21 | - |
| YUV | 69.92 | 116.77 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 50 | 0 | 0.97 | 0.75 | 0.20 | 346.6 | 0.94 | 0.41 |
| Hex | CB | 6 | 32 | 0 | 61 | 4B | 14 | 15B | 5E | 29 |
| Octal | 313 | 6 | 62 | 0 | 141 | 113 | 24 | 533 | 136 | 51 |
| Binary | 11001011 | 110 | 110010 | 0 | 1100001 | 1001011 | 10100 | 101011011 | 1011110 | 101001 |
Color Harmonies of #CB0632
Complementary color
Monochromatic Colors of #CB0632
Black with #CB0632
Text Example
Text Example
White with #CB0632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0632; }
p { color: rgb(203,6,50); }
H1.HeaderClassName
{
color: #CB0632;
}
.AnyTagClassName
{
color: #CB0632;
}
</style>
background-color css
<style>
a { background-color: #CB0632; }
a { background-color: rgb(203,6,50); }
div.DivClassName
{
background-color: #CB0632;
}
.BgClassName
{
background-color: #CB0632;
}
</style>
border-color css
<style>
span { border-color: #CB0632; }
span { border-color: rgb(203,6,50); }
td.TdClassName
{
border-color: #CB0632;
}
.TagClassName
{
border-color: #CB0632;
}
</style>