Shades of Ruby #C90E4F
Tints of Ruby #C90E4F
RGB
CMYK
RGB Variations
Color information
#C90E4F (or 0xC90E4F) is known color: Ruby. HEX triplet: C9, 0E and 4F. RGB value is (201,14,79). Sum of RGB (Red+Green+Blue) = 201+14+79=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C90E4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90E4F is #36F1B0. Grayscale: #4D4D4D. Windows color (decimal): -3600817 or 5181129. OLE color: 5181129.
HSL color Cylindrical-coordinate representation of color #C90E4F: hue angle of 339.14º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90E4F is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 14 | 79 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.21 |
| HSL | 339.14º | 0.87% | 0.42% | - |
| HSV(B) | 339.14º | 0.93% | 0.79% | - |
| XYZ | 25.66 | 13.3 | 8.61 | - |
| YUV | 77.32 | 128.95 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 79 | 0 | 0.93 | 0.61 | 0.21 | 339.14 | 0.87 | 0.42 |
| Hex | C9 | E | 4F | 0 | 5D | 3D | 15 | 153 | 57 | 2A |
| Octal | 311 | 16 | 117 | 0 | 135 | 75 | 25 | 523 | 127 | 52 |
| Binary | 11001001 | 1110 | 1001111 | 0 | 1011101 | 111101 | 10101 | 101010011 | 1010111 | 101010 |
Color Harmonies of #C90E4F
Complementary color
Monochromatic Colors of #C90E4F
Black with #C90E4F
Text Example
Text Example
White with #C90E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90E4F; }
p { color: rgb(201,14,79); }
H1.HeaderClassName
{
color: #C90E4F;
}
.AnyTagClassName
{
color: #C90E4F;
}
</style>
background-color css
<style>
a { background-color: #C90E4F; }
a { background-color: rgb(201,14,79); }
div.DivClassName
{
background-color: #C90E4F;
}
.BgClassName
{
background-color: #C90E4F;
}
</style>
border-color css
<style>
span { border-color: #C90E4F; }
span { border-color: rgb(201,14,79); }
td.TdClassName
{
border-color: #C90E4F;
}
.TagClassName
{
border-color: #C90E4F;
}
</style>