Shades of Crimson #C9093E
Tints of Crimson #C9093E
RGB
CMYK
RGB Variations
Color information
#C9093E (or 0xC9093E) is known color: Crimson. HEX triplet: C9, 09 and 3E. RGB value is (201,9,62). Sum of RGB (Red+Green+Blue) = 201+9+62=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C9093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9093E is #36F6C1. Grayscale: #484848. Windows color (decimal): -3602114 or 4065737. OLE color: 4065737.
HSL color Cylindrical-coordinate representation of color #C9093E: hue angle of 343.44º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9093E is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 62 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.21 |
| HSL | 343.44º | 0.91% | 0.41% | - |
| HSV(B) | 343.44º | 0.96% | 0.79% | - |
| XYZ | 25.05 | 12.96 | 5.74 | - |
| YUV | 72.45 | 122.11 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 62 | 0 | 0.96 | 0.69 | 0.21 | 343.44 | 0.91 | 0.41 |
| Hex | C9 | 9 | 3E | 0 | 60 | 45 | 15 | 157 | 5B | 29 |
| Octal | 311 | 11 | 76 | 0 | 140 | 105 | 25 | 527 | 133 | 51 |
| Binary | 11001001 | 1001 | 111110 | 0 | 1100000 | 1000101 | 10101 | 101010111 | 1011011 | 101001 |
Color Harmonies of #C9093E
Complementary color
Monochromatic Colors of #C9093E
Black with #C9093E
Text Example
Text Example
White with #C9093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9093E; }
p { color: rgb(201,9,62); }
H1.HeaderClassName
{
color: #C9093E;
}
.AnyTagClassName
{
color: #C9093E;
}
</style>
background-color css
<style>
a { background-color: #C9093E; }
a { background-color: rgb(201,9,62); }
div.DivClassName
{
background-color: #C9093E;
}
.BgClassName
{
background-color: #C9093E;
}
</style>
border-color css
<style>
span { border-color: #C9093E; }
span { border-color: rgb(201,9,62); }
td.TdClassName
{
border-color: #C9093E;
}
.TagClassName
{
border-color: #C9093E;
}
</style>