Shades of Crimson #C90C46
Tints of Crimson #C90C46
RGB
CMYK
RGB Variations
Color information
#C90C46 (or 0xC90C46) is known color: Crimson. HEX triplet: C9, 0C and 46. RGB value is (201,12,70). Sum of RGB (Red+Green+Blue) = 201+12+70=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C46 is #36F3B9. Grayscale: #4B4B4B. Windows color (decimal): -3601338 or 4590793. OLE color: 4590793.
HSL color Cylindrical-coordinate representation of color #C90C46: hue angle of 341.59º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90C46 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 70 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.21 |
| HSL | 341.59º | 0.89% | 0.42% | - |
| HSV(B) | 341.59º | 0.94% | 0.79% | - |
| XYZ | 25.32 | 13.12 | 6.99 | - |
| YUV | 75.12 | 125.12 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 70 | 0 | 0.94 | 0.65 | 0.21 | 341.59 | 0.89 | 0.42 |
| Hex | C9 | C | 46 | 0 | 5E | 41 | 15 | 156 | 59 | 2A |
| Octal | 311 | 14 | 106 | 0 | 136 | 101 | 25 | 526 | 131 | 52 |
| Binary | 11001001 | 1100 | 1000110 | 0 | 1011110 | 1000001 | 10101 | 101010110 | 1011001 | 101010 |
Color Harmonies of #C90C46
Complementary color
Monochromatic Colors of #C90C46
Black with #C90C46
Text Example
Text Example
White with #C90C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90C46; }
p { color: rgb(201,12,70); }
H1.HeaderClassName
{
color: #C90C46;
}
.AnyTagClassName
{
color: #C90C46;
}
</style>
background-color css
<style>
a { background-color: #C90C46; }
a { background-color: rgb(201,12,70); }
div.DivClassName
{
background-color: #C90C46;
}
.BgClassName
{
background-color: #C90C46;
}
</style>
border-color css
<style>
span { border-color: #C90C46; }
span { border-color: rgb(201,12,70); }
td.TdClassName
{
border-color: #C90C46;
}
.TagClassName
{
border-color: #C90C46;
}
</style>