Shades of Crimson #CB083F
Tints of Crimson #CB083F
RGB
CMYK
RGB Variations
Color information
#CB083F (or 0xCB083F) is known color: Crimson. HEX triplet: CB, 08 and 3F. RGB value is (203,8,63). Sum of RGB (Red+Green+Blue) = 203+8+63=274 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.09% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 203 - color contains mainly: red. Hex color #CB083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB083F is #34F7C0. Grayscale: #484848. Windows color (decimal): -3471297 or 4131019. OLE color: 4131019.
HSL color Cylindrical-coordinate representation of color #CB083F: hue angle of 343.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB083F is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 63 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.20 |
| HSL | 343.08º | 0.92% | 0.41% | - |
| HSV(B) | 343.08º | 0.96% | 0.8% | - |
| XYZ | 25.61 | 13.23 | 5.91 | - |
| YUV | 72.58 | 122.6 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 63 | 0 | 0.96 | 0.69 | 0.20 | 343.08 | 0.92 | 0.41 |
| Hex | CB | 8 | 3F | 0 | 60 | 45 | 14 | 157 | 5C | 29 |
| Octal | 313 | 10 | 77 | 0 | 140 | 105 | 24 | 527 | 134 | 51 |
| Binary | 11001011 | 1000 | 111111 | 0 | 1100000 | 1000101 | 10100 | 101010111 | 1011100 | 101001 |
Color Harmonies of #CB083F
Complementary color
Monochromatic Colors of #CB083F
Black with #CB083F
Text Example
Text Example
White with #CB083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB083F; }
p { color: rgb(203,8,63); }
H1.HeaderClassName
{
color: #CB083F;
}
.AnyTagClassName
{
color: #CB083F;
}
</style>
background-color css
<style>
a { background-color: #CB083F; }
a { background-color: rgb(203,8,63); }
div.DivClassName
{
background-color: #CB083F;
}
.BgClassName
{
background-color: #CB083F;
}
</style>
border-color css
<style>
span { border-color: #CB083F; }
span { border-color: rgb(203,8,63); }
td.TdClassName
{
border-color: #CB083F;
}
.TagClassName
{
border-color: #CB083F;
}
</style>