Shades of Crimson #CB062F
Tints of Crimson #CB062F
RGB
CMYK
RGB Variations
Color information
#CB062F (or 0xCB062F) is known color: Crimson. HEX triplet: CB, 06 and 2F. RGB value is (203,6,47). Sum of RGB (Red+Green+Blue) = 203+6+47=256 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.30% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 203 - color contains mainly: red. Hex color #CB062F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB062F is #34F9D0. Grayscale: #454545. Windows color (decimal): -3471825 or 3081931. OLE color: 3081931.
HSL color Cylindrical-coordinate representation of color #CB062F: hue angle of 347.51º 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 #CB062F is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 47 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.20 |
| HSL | 347.51º | 0.94% | 0.41% | - |
| HSV(B) | 347.51º | 0.97% | 0.8% | - |
| XYZ | 25.21 | 13.03 | 3.88 | - |
| YUV | 69.58 | 115.27 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 47 | 0 | 0.97 | 0.77 | 0.20 | 347.51 | 0.94 | 0.41 |
| Hex | CB | 6 | 2F | 0 | 61 | 4D | 14 | 15C | 5E | 29 |
| Octal | 313 | 6 | 57 | 0 | 141 | 115 | 24 | 534 | 136 | 51 |
| Binary | 11001011 | 110 | 101111 | 0 | 1100001 | 1001101 | 10100 | 101011100 | 1011110 | 101001 |
Color Harmonies of #CB062F
Complementary color
Monochromatic Colors of #CB062F
Black with #CB062F
Text Example
Text Example
White with #CB062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB062F; }
p { color: rgb(203,6,47); }
H1.HeaderClassName
{
color: #CB062F;
}
.AnyTagClassName
{
color: #CB062F;
}
</style>
background-color css
<style>
a { background-color: #CB062F; }
a { background-color: rgb(203,6,47); }
div.DivClassName
{
background-color: #CB062F;
}
.BgClassName
{
background-color: #CB062F;
}
</style>
border-color css
<style>
span { border-color: #CB062F; }
span { border-color: rgb(203,6,47); }
td.TdClassName
{
border-color: #CB062F;
}
.TagClassName
{
border-color: #CB062F;
}
</style>