Shades of Crimson #C9094A
Tints of Crimson #C9094A
RGB
CMYK
RGB Variations
Color information
#C9094A (or 0xC9094A) is known color: Crimson. HEX triplet: C9, 09 and 4A. RGB value is (201,9,74). Sum of RGB (Red+Green+Blue) = 201+9+74=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9094A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9094A is #36F6B5. Grayscale: #494949. Windows color (decimal): -3602102 or 4852169. OLE color: 4852169.
HSL color Cylindrical-coordinate representation of color #C9094A: hue angle of 339.69º 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 #C9094A is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 74 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.21 |
| HSL | 339.69º | 0.91% | 0.41% | - |
| HSV(B) | 339.69º | 0.96% | 0.79% | - |
| XYZ | 25.42 | 13.11 | 7.67 | - |
| YUV | 73.82 | 128.11 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 74 | 0 | 0.96 | 0.63 | 0.21 | 339.69 | 0.91 | 0.41 |
| Hex | C9 | 9 | 4A | 0 | 60 | 3F | 15 | 154 | 5B | 29 |
| Octal | 311 | 11 | 112 | 0 | 140 | 77 | 25 | 524 | 133 | 51 |
| Binary | 11001001 | 1001 | 1001010 | 0 | 1100000 | 111111 | 10101 | 101010100 | 1011011 | 101001 |
Color Harmonies of #C9094A
Complementary color
Monochromatic Colors of #C9094A
Black with #C9094A
Text Example
Text Example
White with #C9094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9094A; }
p { color: rgb(201,9,74); }
H1.HeaderClassName
{
color: #C9094A;
}
.AnyTagClassName
{
color: #C9094A;
}
</style>
background-color css
<style>
a { background-color: #C9094A; }
a { background-color: rgb(201,9,74); }
div.DivClassName
{
background-color: #C9094A;
}
.BgClassName
{
background-color: #C9094A;
}
</style>
border-color css
<style>
span { border-color: #C9094A; }
span { border-color: rgb(201,9,74); }
td.TdClassName
{
border-color: #C9094A;
}
.TagClassName
{
border-color: #C9094A;
}
</style>