Shades of Ruby #CB1D5E
Tints of Ruby #CB1D5E
RGB
CMYK
RGB Variations
Color information
#CB1D5E (or 0xCB1D5E) is known color: Ruby. HEX triplet: CB, 1D and 5E. RGB value is (203,29,94). Sum of RGB (Red+Green+Blue) = 203+29+94=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D5E is #34E2A1. Grayscale: #585858. Windows color (decimal): -3465890 or 6168011. OLE color: 6168011.
HSL color Cylindrical-coordinate representation of color #CB1D5E: hue angle of 337.59º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1D5E is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 29 | 94 | - |
CMYK | 0 | 0.86 | 0.54 | 0.20 |
HSL | 337.59º | 0.75% | 0.45% | - |
HSV(B) | 337.59º | 0.86% | 0.8% | - |
XYZ | 27.09 | 14.38 | 11.94 | - |
YUV | 88.44 | 131.15 | 209.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 29 | 94 | 0 | 0.86 | 0.54 | 0.20 | 337.59 | 0.75 | 0.45 |
Hex | CB | 1D | 5E | 0 | 56 | 36 | 14 | 152 | 4B | 2D |
Octal | 313 | 35 | 136 | 0 | 126 | 66 | 24 | 522 | 113 | 55 |
Binary | 11001011 | 11101 | 1011110 | 0 | 1010110 | 110110 | 10100 | 101010010 | 1001011 | 101101 |
Color Harmonies of #CB1D5E
Complementary color
Monochromatic Colors of #CB1D5E
Black with #CB1D5E
Text Example
Text Example
White with #CB1D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1D5E; }
p { color: rgb(203,29,94); }
H1.HeaderClassName
{
color: #CB1D5E;
}
.AnyTagClassName
{
color: #CB1D5E;
}
</style>
background-color css
<style>
a { background-color: #CB1D5E; }
a { background-color: rgb(203,29,94); }
div.DivClassName
{
background-color: #CB1D5E;
}
.BgClassName
{
background-color: #CB1D5E;
}
</style>
border-color css
<style>
span { border-color: #CB1D5E; }
span { border-color: rgb(203,29,94); }
td.TdClassName
{
border-color: #CB1D5E;
}
.TagClassName
{
border-color: #CB1D5E;
}
</style>