Shades of Ruby #C3074F
Tints of Ruby #C3074F
RGB
CMYK
RGB Variations
Color information
#C3074F (or 0xC3074F) is known color: Ruby. HEX triplet: C3, 07 and 4F. RGB value is (195,7,79). Sum of RGB (Red+Green+Blue) = 195+7+79=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C3074F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3074F is #3CF8B0. Grayscale: #474747. Windows color (decimal): -3995825 or 5179331. OLE color: 5179331.
HSL color Cylindrical-coordinate representation of color #C3074F: hue angle of 337.02º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3074F is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 79 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.24 |
| HSL | 337.02º | 0.93% | 0.4% | - |
| HSV(B) | 337.02º | 0.96% | 0.76% | - |
| XYZ | 23.99 | 12.32 | 8.51 | - |
| YUV | 71.42 | 132.28 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 79 | 0 | 0.96 | 0.59 | 0.24 | 337.02 | 0.93 | 0.4 |
| Hex | C3 | 7 | 4F | 0 | 60 | 3B | 18 | 151 | 5D | 28 |
| Octal | 303 | 7 | 117 | 0 | 140 | 73 | 30 | 521 | 135 | 50 |
| Binary | 11000011 | 111 | 1001111 | 0 | 1100000 | 111011 | 11000 | 101010001 | 1011101 | 101000 |
Color Harmonies of #C3074F
Complementary color
Monochromatic Colors of #C3074F
Black with #C3074F
Text Example
Text Example
White with #C3074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3074F; }
p { color: rgb(195,7,79); }
H1.HeaderClassName
{
color: #C3074F;
}
.AnyTagClassName
{
color: #C3074F;
}
</style>
background-color css
<style>
a { background-color: #C3074F; }
a { background-color: rgb(195,7,79); }
div.DivClassName
{
background-color: #C3074F;
}
.BgClassName
{
background-color: #C3074F;
}
</style>
border-color css
<style>
span { border-color: #C3074F; }
span { border-color: rgb(195,7,79); }
td.TdClassName
{
border-color: #C3074F;
}
.TagClassName
{
border-color: #C3074F;
}
</style>