Shades of Ruby #CC1353
Tints of Ruby #CC1353
RGB
CMYK
RGB Variations
Color information
#CC1353 (or 0xCC1353) is known color: Ruby. HEX triplet: CC, 13 and 53. RGB value is (204,19,83). Sum of RGB (Red+Green+Blue) = 204+19+83=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1353 is #33ECAC. Grayscale: #515151. Windows color (decimal): -3402925 or 5444556. OLE color: 5444556.
HSL color Cylindrical-coordinate representation of color #CC1353: hue angle of 339.24º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1353 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 83 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.2 |
| HSL | 339.24º | 0.83% | 0.44% | - |
| HSV(B) | 339.24º | 0.91% | 0.8% | - |
| XYZ | 26.7 | 13.93 | 9.46 | - |
| YUV | 81.61 | 128.79 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 83 | 0 | 0.91 | 0.59 | 0.2 | 339.24 | 0.83 | 0.44 |
| Hex | CC | 13 | 53 | 0 | 5B | 3B | 14 | 153 | 53 | 2C |
| Octal | 314 | 23 | 123 | 0 | 133 | 73 | 24 | 523 | 123 | 54 |
| Binary | 11001100 | 10011 | 1010011 | 0 | 1011011 | 111011 | 10100 | 101010011 | 1010011 | 101100 |
Color Harmonies of #CC1353
Complementary color
Monochromatic Colors of #CC1353
Black with #CC1353
Text Example
Text Example
White with #CC1353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1353; }
p { color: rgb(204,19,83); }
H1.HeaderClassName
{
color: #CC1353;
}
.AnyTagClassName
{
color: #CC1353;
}
</style>
background-color css
<style>
a { background-color: #CC1353; }
a { background-color: rgb(204,19,83); }
div.DivClassName
{
background-color: #CC1353;
}
.BgClassName
{
background-color: #CC1353;
}
</style>
border-color css
<style>
span { border-color: #CC1353; }
span { border-color: rgb(204,19,83); }
td.TdClassName
{
border-color: #CC1353;
}
.TagClassName
{
border-color: #CC1353;
}
</style>