Shades of Ruby #CA0E4E
Tints of Ruby #CA0E4E
RGB
CMYK
RGB Variations
Color information
#CA0E4E (or 0xCA0E4E) is known color: Ruby. HEX triplet: CA, 0E and 4E. RGB value is (202,14,78). Sum of RGB (Red+Green+Blue) = 202+14+78=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0E4E is #35F1B1. Grayscale: #4D4D4D. Windows color (decimal): -3535282 or 5115594. OLE color: 5115594.
HSL color Cylindrical-coordinate representation of color #CA0E4E: hue angle of 339.57º 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 #CA0E4E is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 14 | 78 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.21 |
| HSL | 339.57º | 0.87% | 0.42% | - |
| HSV(B) | 339.57º | 0.93% | 0.79% | - |
| XYZ | 25.89 | 13.42 | 8.43 | - |
| YUV | 77.51 | 128.28 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 14 | 78 | 0 | 0.93 | 0.61 | 0.21 | 339.57 | 0.87 | 0.42 |
| Hex | CA | E | 4E | 0 | 5D | 3D | 15 | 154 | 57 | 2A |
| Octal | 312 | 16 | 116 | 0 | 135 | 75 | 25 | 524 | 127 | 52 |
| Binary | 11001010 | 1110 | 1001110 | 0 | 1011101 | 111101 | 10101 | 101010100 | 1010111 | 101010 |
Color Harmonies of #CA0E4E
Complementary color
Monochromatic Colors of #CA0E4E
Black with #CA0E4E
Text Example
Text Example
White with #CA0E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0E4E; }
p { color: rgb(202,14,78); }
H1.HeaderClassName
{
color: #CA0E4E;
}
.AnyTagClassName
{
color: #CA0E4E;
}
</style>
background-color css
<style>
a { background-color: #CA0E4E; }
a { background-color: rgb(202,14,78); }
div.DivClassName
{
background-color: #CA0E4E;
}
.BgClassName
{
background-color: #CA0E4E;
}
</style>
border-color css
<style>
span { border-color: #CA0E4E; }
span { border-color: rgb(202,14,78); }
td.TdClassName
{
border-color: #CA0E4E;
}
.TagClassName
{
border-color: #CA0E4E;
}
</style>