Shades of Crimson #C9093D
Tints of Crimson #C9093D
RGB
CMYK
RGB Variations
Color information
#C9093D (or 0xC9093D) is known color: Crimson. HEX triplet: C9, 09 and 3D. RGB value is (201,9,61). Sum of RGB (Red+Green+Blue) = 201+9+61=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C9093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9093D is #36F6C2. Grayscale: #484848. Windows color (decimal): -3602115 or 4000201. OLE color: 4000201.
HSL color Cylindrical-coordinate representation of color #C9093D: hue angle of 343.75º 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 #C9093D is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 61 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.21 |
| HSL | 343.75º | 0.91% | 0.41% | - |
| HSV(B) | 343.75º | 0.96% | 0.79% | - |
| XYZ | 25.03 | 12.95 | 5.6 | - |
| YUV | 72.34 | 121.61 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 61 | 0 | 0.96 | 0.70 | 0.21 | 343.75 | 0.91 | 0.41 |
| Hex | C9 | 9 | 3D | 0 | 60 | 46 | 15 | 158 | 5B | 29 |
| Octal | 311 | 11 | 75 | 0 | 140 | 106 | 25 | 530 | 133 | 51 |
| Binary | 11001001 | 1001 | 111101 | 0 | 1100000 | 1000110 | 10101 | 101011000 | 1011011 | 101001 |
Color Harmonies of #C9093D
Complementary color
Monochromatic Colors of #C9093D
Black with #C9093D
Text Example
Text Example
White with #C9093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9093D; }
p { color: rgb(201,9,61); }
H1.HeaderClassName
{
color: #C9093D;
}
.AnyTagClassName
{
color: #C9093D;
}
</style>
background-color css
<style>
a { background-color: #C9093D; }
a { background-color: rgb(201,9,61); }
div.DivClassName
{
background-color: #C9093D;
}
.BgClassName
{
background-color: #C9093D;
}
</style>
border-color css
<style>
span { border-color: #C9093D; }
span { border-color: rgb(201,9,61); }
td.TdClassName
{
border-color: #C9093D;
}
.TagClassName
{
border-color: #C9093D;
}
</style>