Shades of Ruby #CC1453
Tints of Ruby #CC1453
RGB
CMYK
RGB Variations
Color information
#CC1453 (or 0xCC1453) is known color: Ruby. HEX triplet: CC, 14 and 53. RGB value is (204,20,83). Sum of RGB (Red+Green+Blue) = 204+20+83=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1453 is #33EBAC. Grayscale: #525252. Windows color (decimal): -3402669 or 5444812. OLE color: 5444812.
HSL color Cylindrical-coordinate representation of color #CC1453: hue angle of 339.46º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1453 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 83 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.2 |
| HSL | 339.46º | 0.82% | 0.44% | - |
| HSV(B) | 339.46º | 0.9% | 0.8% | - |
| XYZ | 26.71 | 13.96 | 9.47 | - |
| YUV | 82.2 | 128.46 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 83 | 0 | 0.90 | 0.59 | 0.2 | 339.46 | 0.82 | 0.44 |
| Hex | CC | 14 | 53 | 0 | 5A | 3B | 14 | 153 | 52 | 2C |
| Octal | 314 | 24 | 123 | 0 | 132 | 73 | 24 | 523 | 122 | 54 |
| Binary | 11001100 | 10100 | 1010011 | 0 | 1011010 | 111011 | 10100 | 101010011 | 1010010 | 101100 |
Color Harmonies of #CC1453
Complementary color
Monochromatic Colors of #CC1453
Black with #CC1453
Text Example
Text Example
White with #CC1453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1453; }
p { color: rgb(204,20,83); }
H1.HeaderClassName
{
color: #CC1453;
}
.AnyTagClassName
{
color: #CC1453;
}
</style>
background-color css
<style>
a { background-color: #CC1453; }
a { background-color: rgb(204,20,83); }
div.DivClassName
{
background-color: #CC1453;
}
.BgClassName
{
background-color: #CC1453;
}
</style>
border-color css
<style>
span { border-color: #CC1453; }
span { border-color: rgb(204,20,83); }
td.TdClassName
{
border-color: #CC1453;
}
.TagClassName
{
border-color: #CC1453;
}
</style>