Shades of Ruby #CA0F5E
Tints of Ruby #CA0F5E
RGB
CMYK
RGB Variations
Color information
#CA0F5E (or 0xCA0F5E) is known color: Ruby. HEX triplet: CA, 0F and 5E. RGB value is (202,15,94). Sum of RGB (Red+Green+Blue) = 202+15+94=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0F5E is #35F0A1. Grayscale: #4F4F4F. Windows color (decimal): -3535010 or 6164426. OLE color: 6164426.
HSL color Cylindrical-coordinate representation of color #CA0F5E: hue angle of 334.65º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0F5E is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 15 | 94 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.21 |
| HSL | 334.65º | 0.86% | 0.43% | - |
| HSV(B) | 334.65º | 0.93% | 0.79% | - |
| XYZ | 26.55 | 13.71 | 11.84 | - |
| YUV | 79.92 | 135.95 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 94 | 0 | 0.93 | 0.53 | 0.21 | 334.65 | 0.86 | 0.43 |
| Hex | CA | F | 5E | 0 | 5D | 35 | 15 | 14F | 56 | 2B |
| Octal | 312 | 17 | 136 | 0 | 135 | 65 | 25 | 517 | 126 | 53 |
| Binary | 11001010 | 1111 | 1011110 | 0 | 1011101 | 110101 | 10101 | 101001111 | 1010110 | 101011 |
Color Harmonies of #CA0F5E
Complementary color
Monochromatic Colors of #CA0F5E
Black with #CA0F5E
Text Example
Text Example
White with #CA0F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0F5E; }
p { color: rgb(202,15,94); }
H1.HeaderClassName
{
color: #CA0F5E;
}
.AnyTagClassName
{
color: #CA0F5E;
}
</style>
background-color css
<style>
a { background-color: #CA0F5E; }
a { background-color: rgb(202,15,94); }
div.DivClassName
{
background-color: #CA0F5E;
}
.BgClassName
{
background-color: #CA0F5E;
}
</style>
border-color css
<style>
span { border-color: #CA0F5E; }
span { border-color: rgb(202,15,94); }
td.TdClassName
{
border-color: #CA0F5E;
}
.TagClassName
{
border-color: #CA0F5E;
}
</style>