Shades of Crimson #CB063F
Tints of Crimson #CB063F
RGB
CMYK
RGB Variations
Color information
#CB063F (or 0xCB063F) is known color: Crimson. HEX triplet: CB, 06 and 3F. RGB value is (203,6,63). Sum of RGB (Red+Green+Blue) = 203+6+63=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB063F is #34F9C0. Grayscale: #474747. Windows color (decimal): -3471809 or 4130507. OLE color: 4130507.
HSL color Cylindrical-coordinate representation of color #CB063F: hue angle of 342.64º 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 #CB063F is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.20 |
| HSL | 342.64º | 0.94% | 0.41% | - |
| HSV(B) | 342.64º | 0.97% | 0.8% | - |
| XYZ | 25.59 | 13.19 | 5.9 | - |
| YUV | 71.4 | 123.27 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 63 | 0 | 0.97 | 0.69 | 0.20 | 342.64 | 0.94 | 0.41 |
| Hex | CB | 6 | 3F | 0 | 61 | 45 | 14 | 157 | 5E | 29 |
| Octal | 313 | 6 | 77 | 0 | 141 | 105 | 24 | 527 | 136 | 51 |
| Binary | 11001011 | 110 | 111111 | 0 | 1100001 | 1000101 | 10100 | 101010111 | 1011110 | 101001 |
Color Harmonies of #CB063F
Complementary color
Monochromatic Colors of #CB063F
Black with #CB063F
Text Example
Text Example
White with #CB063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB063F; }
p { color: rgb(203,6,63); }
H1.HeaderClassName
{
color: #CB063F;
}
.AnyTagClassName
{
color: #CB063F;
}
</style>
background-color css
<style>
a { background-color: #CB063F; }
a { background-color: rgb(203,6,63); }
div.DivClassName
{
background-color: #CB063F;
}
.BgClassName
{
background-color: #CB063F;
}
</style>
border-color css
<style>
span { border-color: #CB063F; }
span { border-color: rgb(203,6,63); }
td.TdClassName
{
border-color: #CB063F;
}
.TagClassName
{
border-color: #CB063F;
}
</style>