Shades of Crimson #CB0642
Tints of Crimson #CB0642
RGB
CMYK
RGB Variations
Color information
#CB0642 (or 0xCB0642) is known color: Crimson. HEX triplet: CB, 06 and 42. RGB value is (203,6,66). Sum of RGB (Red+Green+Blue) = 203+6+66=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0642 is #34F9BD. Grayscale: #474747. Windows color (decimal): -3471806 or 4327115. OLE color: 4327115.
HSL color Cylindrical-coordinate representation of color #CB0642: hue angle of 341.73º 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 #CB0642 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 66 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.20 |
| HSL | 341.73º | 0.94% | 0.41% | - |
| HSV(B) | 341.73º | 0.97% | 0.8% | - |
| XYZ | 25.68 | 13.22 | 6.35 | - |
| YUV | 71.74 | 124.77 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 66 | 0 | 0.97 | 0.67 | 0.20 | 341.73 | 0.94 | 0.41 |
| Hex | CB | 6 | 42 | 0 | 61 | 43 | 14 | 156 | 5E | 29 |
| Octal | 313 | 6 | 102 | 0 | 141 | 103 | 24 | 526 | 136 | 51 |
| Binary | 11001011 | 110 | 1000010 | 0 | 1100001 | 1000011 | 10100 | 101010110 | 1011110 | 101001 |
Color Harmonies of #CB0642
Complementary color
Monochromatic Colors of #CB0642
Black with #CB0642
Text Example
Text Example
White with #CB0642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0642; }
p { color: rgb(203,6,66); }
H1.HeaderClassName
{
color: #CB0642;
}
.AnyTagClassName
{
color: #CB0642;
}
</style>
background-color css
<style>
a { background-color: #CB0642; }
a { background-color: rgb(203,6,66); }
div.DivClassName
{
background-color: #CB0642;
}
.BgClassName
{
background-color: #CB0642;
}
</style>
border-color css
<style>
span { border-color: #CB0642; }
span { border-color: rgb(203,6,66); }
td.TdClassName
{
border-color: #CB0642;
}
.TagClassName
{
border-color: #CB0642;
}
</style>