Shades of Ruby #CF1A5A
Tints of Ruby #CF1A5A
RGB
CMYK
RGB Variations
Color information
#CF1A5A (or 0xCF1A5A) is known color: Ruby. HEX triplet: CF, 1A and 5A. RGB value is (207,26,90). Sum of RGB (Red+Green+Blue) = 207+26+90=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1A5A is #30E5A5. Grayscale: #575757. Windows color (decimal): -3204518 or 5905103. OLE color: 5905103.
HSL color Cylindrical-coordinate representation of color #CF1A5A: hue angle of 338.78º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1A5A is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 90 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.19 |
| HSL | 338.78º | 0.78% | 0.46% | - |
| HSV(B) | 338.78º | 0.87% | 0.81% | - |
| XYZ | 27.95 | 14.74 | 11.05 | - |
| YUV | 87.42 | 129.47 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 90 | 0 | 0.87 | 0.57 | 0.19 | 338.78 | 0.78 | 0.46 |
| Hex | CF | 1A | 5A | 0 | 57 | 39 | 13 | 153 | 4E | 2E |
| Octal | 317 | 32 | 132 | 0 | 127 | 71 | 23 | 523 | 116 | 56 |
| Binary | 11001111 | 11010 | 1011010 | 0 | 1010111 | 111001 | 10011 | 101010011 | 1001110 | 101110 |
Color Harmonies of #CF1A5A
Complementary color
Monochromatic Colors of #CF1A5A
Black with #CF1A5A
Text Example
Text Example
White with #CF1A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A5A; }
p { color: rgb(207,26,90); }
H1.HeaderClassName
{
color: #CF1A5A;
}
.AnyTagClassName
{
color: #CF1A5A;
}
</style>
background-color css
<style>
a { background-color: #CF1A5A; }
a { background-color: rgb(207,26,90); }
div.DivClassName
{
background-color: #CF1A5A;
}
.BgClassName
{
background-color: #CF1A5A;
}
</style>
border-color css
<style>
span { border-color: #CF1A5A; }
span { border-color: rgb(207,26,90); }
td.TdClassName
{
border-color: #CF1A5A;
}
.TagClassName
{
border-color: #CF1A5A;
}
</style>