Shades of Crimson #CB0A47
Tints of Crimson #CB0A47
RGB
CMYK
RGB Variations
Color information
#CB0A47 (or 0xCB0A47) is known color: Crimson. HEX triplet: CB, 0A and 47. RGB value is (203,10,71). Sum of RGB (Red+Green+Blue) = 203+10+71=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0A47 is #34F5B8. Grayscale: #4A4A4A. Windows color (decimal): -3470777 or 4655819. OLE color: 4655819.
HSL color Cylindrical-coordinate representation of color #CB0A47: hue angle of 341.04º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0A47 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 10 | 71 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.20 |
| HSL | 341.04º | 0.91% | 0.42% | - |
| HSV(B) | 341.04º | 0.95% | 0.8% | - |
| XYZ | 25.87 | 13.37 | 7.18 | - |
| YUV | 74.66 | 125.94 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 71 | 0 | 0.95 | 0.65 | 0.20 | 341.04 | 0.91 | 0.42 |
| Hex | CB | A | 47 | 0 | 5F | 41 | 14 | 155 | 5B | 2A |
| Octal | 313 | 12 | 107 | 0 | 137 | 101 | 24 | 525 | 133 | 52 |
| Binary | 11001011 | 1010 | 1000111 | 0 | 1011111 | 1000001 | 10100 | 101010101 | 1011011 | 101010 |
Color Harmonies of #CB0A47
Complementary color
Monochromatic Colors of #CB0A47
Black with #CB0A47
Text Example
Text Example
White with #CB0A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0A47; }
p { color: rgb(203,10,71); }
H1.HeaderClassName
{
color: #CB0A47;
}
.AnyTagClassName
{
color: #CB0A47;
}
</style>
background-color css
<style>
a { background-color: #CB0A47; }
a { background-color: rgb(203,10,71); }
div.DivClassName
{
background-color: #CB0A47;
}
.BgClassName
{
background-color: #CB0A47;
}
</style>
border-color css
<style>
span { border-color: #CB0A47; }
span { border-color: rgb(203,10,71); }
td.TdClassName
{
border-color: #CB0A47;
}
.TagClassName
{
border-color: #CB0A47;
}
</style>