Shades of Ruby #CF155A
Tints of Ruby #CF155A
RGB
CMYK
RGB Variations
Color information
#CF155A (or 0xCF155A) is known color: Ruby. HEX triplet: CF, 15 and 5A. RGB value is (207,21,90). Sum of RGB (Red+Green+Blue) = 207+21+90=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF155A is #30EAA5. Grayscale: #545454. Windows color (decimal): -3205798 or 5903823. OLE color: 5903823.
HSL color Cylindrical-coordinate representation of color #CF155A: hue angle of 337.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF155A is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 90 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.19 |
| HSL | 337.74º | 0.82% | 0.45% | - |
| HSV(B) | 337.74º | 0.9% | 0.81% | - |
| XYZ | 27.85 | 14.54 | 11.01 | - |
| YUV | 84.48 | 131.12 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 90 | 0 | 0.90 | 0.57 | 0.19 | 337.74 | 0.82 | 0.45 |
| Hex | CF | 15 | 5A | 0 | 5A | 39 | 13 | 152 | 52 | 2D |
| Octal | 317 | 25 | 132 | 0 | 132 | 71 | 23 | 522 | 122 | 55 |
| Binary | 11001111 | 10101 | 1011010 | 0 | 1011010 | 111001 | 10011 | 101010010 | 1010010 | 101101 |
Color Harmonies of #CF155A
Complementary color
Monochromatic Colors of #CF155A
Black with #CF155A
Text Example
Text Example
White with #CF155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF155A; }
p { color: rgb(207,21,90); }
H1.HeaderClassName
{
color: #CF155A;
}
.AnyTagClassName
{
color: #CF155A;
}
</style>
background-color css
<style>
a { background-color: #CF155A; }
a { background-color: rgb(207,21,90); }
div.DivClassName
{
background-color: #CF155A;
}
.BgClassName
{
background-color: #CF155A;
}
</style>
border-color css
<style>
span { border-color: #CF155A; }
span { border-color: rgb(207,21,90); }
td.TdClassName
{
border-color: #CF155A;
}
.TagClassName
{
border-color: #CF155A;
}
</style>