Shades of Crimson #C9094C
Tints of Crimson #C9094C
RGB
CMYK
RGB Variations
Color information
#C9094C (or 0xC9094C) is known color: Crimson. HEX triplet: C9, 09 and 4C. RGB value is (201,9,76). Sum of RGB (Red+Green+Blue) = 201+9+76=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C9094C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9094C is #36F6B3. Grayscale: #494949. Windows color (decimal): -3602100 or 4983241. OLE color: 4983241.
HSL color Cylindrical-coordinate representation of color #C9094C: hue angle of 339.06º 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 #C9094C is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 76 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.21 |
| HSL | 339.06º | 0.91% | 0.41% | - |
| HSV(B) | 339.06º | 0.96% | 0.79% | - |
| XYZ | 25.49 | 13.13 | 8.03 | - |
| YUV | 74.05 | 129.11 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 76 | 0 | 0.96 | 0.62 | 0.21 | 339.06 | 0.91 | 0.41 |
| Hex | C9 | 9 | 4C | 0 | 60 | 3E | 15 | 153 | 5B | 29 |
| Octal | 311 | 11 | 114 | 0 | 140 | 76 | 25 | 523 | 133 | 51 |
| Binary | 11001001 | 1001 | 1001100 | 0 | 1100000 | 111110 | 10101 | 101010011 | 1011011 | 101001 |
Color Harmonies of #C9094C
Complementary color
Monochromatic Colors of #C9094C
Black with #C9094C
Text Example
Text Example
White with #C9094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9094C; }
p { color: rgb(201,9,76); }
H1.HeaderClassName
{
color: #C9094C;
}
.AnyTagClassName
{
color: #C9094C;
}
</style>
background-color css
<style>
a { background-color: #C9094C; }
a { background-color: rgb(201,9,76); }
div.DivClassName
{
background-color: #C9094C;
}
.BgClassName
{
background-color: #C9094C;
}
</style>
border-color css
<style>
span { border-color: #C9094C; }
span { border-color: rgb(201,9,76); }
td.TdClassName
{
border-color: #C9094C;
}
.TagClassName
{
border-color: #C9094C;
}
</style>