Shades of Crimson #C90C43
Tints of Crimson #C90C43
RGB
CMYK
RGB Variations
Color information
#C90C43 (or 0xC90C43) is known color: Crimson. HEX triplet: C9, 0C and 43. RGB value is (201,12,67). Sum of RGB (Red+Green+Blue) = 201+12+67=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C43 is #36F3BC. Grayscale: #4A4A4A. Windows color (decimal): -3601341 or 4394185. OLE color: 4394185.
HSL color Cylindrical-coordinate representation of color #C90C43: hue angle of 342.54º 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 #C90C43 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 67 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.21 |
| HSL | 342.54º | 0.89% | 0.42% | - |
| HSV(B) | 342.54º | 0.94% | 0.79% | - |
| XYZ | 25.23 | 13.09 | 6.51 | - |
| YUV | 74.78 | 123.62 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 67 | 0 | 0.94 | 0.67 | 0.21 | 342.54 | 0.89 | 0.42 |
| Hex | C9 | C | 43 | 0 | 5E | 43 | 15 | 157 | 59 | 2A |
| Octal | 311 | 14 | 103 | 0 | 136 | 103 | 25 | 527 | 131 | 52 |
| Binary | 11001001 | 1100 | 1000011 | 0 | 1011110 | 1000011 | 10101 | 101010111 | 1011001 | 101010 |
Color Harmonies of #C90C43
Complementary color
Monochromatic Colors of #C90C43
Black with #C90C43
Text Example
Text Example
White with #C90C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90C43; }
p { color: rgb(201,12,67); }
H1.HeaderClassName
{
color: #C90C43;
}
.AnyTagClassName
{
color: #C90C43;
}
</style>
background-color css
<style>
a { background-color: #C90C43; }
a { background-color: rgb(201,12,67); }
div.DivClassName
{
background-color: #C90C43;
}
.BgClassName
{
background-color: #C90C43;
}
</style>
border-color css
<style>
span { border-color: #C90C43; }
span { border-color: rgb(201,12,67); }
td.TdClassName
{
border-color: #C90C43;
}
.TagClassName
{
border-color: #C90C43;
}
</style>