Shades of Crimson #C90B48
Tints of Crimson #C90B48
RGB
CMYK
RGB Variations
Color information
#C90B48 (or 0xC90B48) is known color: Crimson. HEX triplet: C9, 0B and 48. RGB value is (201,11,72). Sum of RGB (Red+Green+Blue) = 201+11+72=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C90B48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90B48 is #36F4B7. Grayscale: #4A4A4A. Windows color (decimal): -3601592 or 4721609. OLE color: 4721609.
HSL color Cylindrical-coordinate representation of color #C90B48: hue angle of 340.74º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90B48 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 11 | 72 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.21 |
| HSL | 340.74º | 0.9% | 0.42% | - |
| HSV(B) | 340.74º | 0.95% | 0.79% | - |
| XYZ | 25.38 | 13.12 | 7.33 | - |
| YUV | 74.76 | 126.45 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 72 | 0 | 0.95 | 0.64 | 0.21 | 340.74 | 0.9 | 0.42 |
| Hex | C9 | B | 48 | 0 | 5F | 40 | 15 | 155 | 5A | 2A |
| Octal | 311 | 13 | 110 | 0 | 137 | 100 | 25 | 525 | 132 | 52 |
| Binary | 11001001 | 1011 | 1001000 | 0 | 1011111 | 1000000 | 10101 | 101010101 | 1011010 | 101010 |
Color Harmonies of #C90B48
Complementary color
Monochromatic Colors of #C90B48
Black with #C90B48
Text Example
Text Example
White with #C90B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90B48; }
p { color: rgb(201,11,72); }
H1.HeaderClassName
{
color: #C90B48;
}
.AnyTagClassName
{
color: #C90B48;
}
</style>
background-color css
<style>
a { background-color: #C90B48; }
a { background-color: rgb(201,11,72); }
div.DivClassName
{
background-color: #C90B48;
}
.BgClassName
{
background-color: #C90B48;
}
</style>
border-color css
<style>
span { border-color: #C90B48; }
span { border-color: rgb(201,11,72); }
td.TdClassName
{
border-color: #C90B48;
}
.TagClassName
{
border-color: #C90B48;
}
</style>