Shades of Crimson #C90036
Tints of Crimson #C90036
RGB
CMYK
RGB Variations
Color information
#C90036 (or 0xC90036) is known color: Crimson. HEX triplet: C9, 00 and 36. RGB value is (201,0,54). Sum of RGB (Red+Green+Blue) = 201+0+54=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C90036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90036 is #36FFC9. Grayscale: #424242. Windows color (decimal): -3604426 or 3539145. OLE color: 3539145.
HSL color Cylindrical-coordinate representation of color #C90036: hue angle of 343.88º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90036 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.73 | 0.21 |
| HSL | 343.88º | 1% | 0.39% | - |
| HSV(B) | 343.88º | 1% | 0.79% | - |
| XYZ | 24.75 | 12.68 | 4.63 | - |
| YUV | 66.26 | 121.09 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 54 | 0 | 1 | 0.73 | 0.21 | 343.88 | 1 | 0.39 |
| Hex | C9 | 0 | 36 | 0 | 64 | 49 | 15 | 158 | 64 | 27 |
| Octal | 311 | 0 | 66 | 0 | 144 | 111 | 25 | 530 | 144 | 47 |
| Binary | 11001001 | 0 | 110110 | 0 | 1100100 | 1001001 | 10101 | 101011000 | 1100100 | 100111 |
Color Harmonies of #C90036
Complementary color
Monochromatic Colors of #C90036
Black with #C90036
Text Example
Text Example
White with #C90036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90036; }
p { color: rgb(201,0,54); }
H1.HeaderClassName
{
color: #C90036;
}
.AnyTagClassName
{
color: #C90036;
}
</style>
background-color css
<style>
a { background-color: #C90036; }
a { background-color: rgb(201,0,54); }
div.DivClassName
{
background-color: #C90036;
}
.BgClassName
{
background-color: #C90036;
}
</style>
border-color css
<style>
span { border-color: #C90036; }
span { border-color: rgb(201,0,54); }
td.TdClassName
{
border-color: #C90036;
}
.TagClassName
{
border-color: #C90036;
}
</style>