Shades of Crimson #C90436
Tints of Crimson #C90436
RGB
CMYK
RGB Variations
Color information
#C90436 (or 0xC90436) is known color: Crimson. HEX triplet: C9, 04 and 36. RGB value is (201,4,54). Sum of RGB (Red+Green+Blue) = 201+4+54=259 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.61% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 201 - color contains mainly: red. Hex color #C90436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90436 is #36FBC9. Grayscale: #444444. Windows color (decimal): -3603402 or 3540169. OLE color: 3540169.
HSL color Cylindrical-coordinate representation of color #C90436: hue angle of 344.77º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90436 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.21 |
| HSL | 344.77º | 0.96% | 0.4% | - |
| HSV(B) | 344.77º | 0.98% | 0.79% | - |
| XYZ | 24.8 | 12.77 | 4.65 | - |
| YUV | 68.6 | 119.77 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 54 | 0 | 0.98 | 0.73 | 0.21 | 344.77 | 0.96 | 0.4 |
| Hex | C9 | 4 | 36 | 0 | 62 | 49 | 15 | 159 | 60 | 28 |
| Octal | 311 | 4 | 66 | 0 | 142 | 111 | 25 | 531 | 140 | 50 |
| Binary | 11001001 | 100 | 110110 | 0 | 1100010 | 1001001 | 10101 | 101011001 | 1100000 | 101000 |
Color Harmonies of #C90436
Complementary color
Monochromatic Colors of #C90436
Black with #C90436
Text Example
Text Example
White with #C90436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90436; }
p { color: rgb(201,4,54); }
H1.HeaderClassName
{
color: #C90436;
}
.AnyTagClassName
{
color: #C90436;
}
</style>
background-color css
<style>
a { background-color: #C90436; }
a { background-color: rgb(201,4,54); }
div.DivClassName
{
background-color: #C90436;
}
.BgClassName
{
background-color: #C90436;
}
</style>
border-color css
<style>
span { border-color: #C90436; }
span { border-color: rgb(201,4,54); }
td.TdClassName
{
border-color: #C90436;
}
.TagClassName
{
border-color: #C90436;
}
</style>