Shades of Ruby #CC1851
Tints of Ruby #CC1851
RGB
CMYK
RGB Variations
Color information
#CC1851 (or 0xCC1851) is known color: Ruby. HEX triplet: CC, 18 and 51. RGB value is (204,24,81). Sum of RGB (Red+Green+Blue) = 204+24+81=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1851 is #33E7AE. Grayscale: #545454. Windows color (decimal): -3401647 or 5314764. OLE color: 5314764.
HSL color Cylindrical-coordinate representation of color #CC1851: hue angle of 341º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1851 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 81 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.2 |
| HSL | 341º | 0.79% | 0.45% | - |
| HSV(B) | 341º | 0.88% | 0.8% | - |
| XYZ | 26.71 | 14.08 | 9.1 | - |
| YUV | 84.32 | 126.13 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 81 | 0 | 0.88 | 0.60 | 0.2 | 341 | 0.79 | 0.45 |
| Hex | CC | 18 | 51 | 0 | 58 | 3C | 14 | 155 | 4F | 2D |
| Octal | 314 | 30 | 121 | 0 | 130 | 74 | 24 | 525 | 117 | 55 |
| Binary | 11001100 | 11000 | 1010001 | 0 | 1011000 | 111100 | 10100 | 101010101 | 1001111 | 101101 |
Color Harmonies of #CC1851
Complementary color
Monochromatic Colors of #CC1851
Black with #CC1851
Text Example
Text Example
White with #CC1851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1851; }
p { color: rgb(204,24,81); }
H1.HeaderClassName
{
color: #CC1851;
}
.AnyTagClassName
{
color: #CC1851;
}
</style>
background-color css
<style>
a { background-color: #CC1851; }
a { background-color: rgb(204,24,81); }
div.DivClassName
{
background-color: #CC1851;
}
.BgClassName
{
background-color: #CC1851;
}
</style>
border-color css
<style>
span { border-color: #CC1851; }
span { border-color: rgb(204,24,81); }
td.TdClassName
{
border-color: #CC1851;
}
.TagClassName
{
border-color: #CC1851;
}
</style>