Shades of Ruby #CA1857
Tints of Ruby #CA1857
RGB
CMYK
RGB Variations
Color information
#CA1857 (or 0xCA1857) is known color: Ruby. HEX triplet: CA, 18 and 57. RGB value is (202,24,87). Sum of RGB (Red+Green+Blue) = 202+24+87=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1857 is #35E7A8. Grayscale: #545454. Windows color (decimal): -3532713 or 5707978. OLE color: 5707978.
HSL color Cylindrical-coordinate representation of color #CA1857: hue angle of 338.76º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1857 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 87 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.21 |
| HSL | 338.76º | 0.79% | 0.44% | - |
| HSV(B) | 338.76º | 0.88% | 0.79% | - |
| XYZ | 26.4 | 13.9 | 10.31 | - |
| YUV | 84.4 | 129.47 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 87 | 0 | 0.88 | 0.57 | 0.21 | 338.76 | 0.79 | 0.44 |
| Hex | CA | 18 | 57 | 0 | 58 | 39 | 15 | 153 | 4F | 2C |
| Octal | 312 | 30 | 127 | 0 | 130 | 71 | 25 | 523 | 117 | 54 |
| Binary | 11001010 | 11000 | 1010111 | 0 | 1011000 | 111001 | 10101 | 101010011 | 1001111 | 101100 |
Color Harmonies of #CA1857
Complementary color
Monochromatic Colors of #CA1857
Black with #CA1857
Text Example
Text Example
White with #CA1857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1857; }
p { color: rgb(202,24,87); }
H1.HeaderClassName
{
color: #CA1857;
}
.AnyTagClassName
{
color: #CA1857;
}
</style>
background-color css
<style>
a { background-color: #CA1857; }
a { background-color: rgb(202,24,87); }
div.DivClassName
{
background-color: #CA1857;
}
.BgClassName
{
background-color: #CA1857;
}
</style>
border-color css
<style>
span { border-color: #CA1857; }
span { border-color: rgb(202,24,87); }
td.TdClassName
{
border-color: #CA1857;
}
.TagClassName
{
border-color: #CA1857;
}
</style>