Shades of Ruby #CB144F
Tints of Ruby #CB144F
RGB
CMYK
RGB Variations
Color information
#CB144F (or 0xCB144F) is known color: Ruby. HEX triplet: CB, 14 and 4F. RGB value is (203,20,79). Sum of RGB (Red+Green+Blue) = 203+20+79=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB144F is #34EBB0. Grayscale: #515151. Windows color (decimal): -3468209 or 5182667. OLE color: 5182667.
HSL color Cylindrical-coordinate representation of color #CB144F: hue angle of 340.66º 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 #CB144F is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 79 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.20 |
| HSL | 340.66º | 0.82% | 0.44% | - |
| HSV(B) | 340.66º | 0.9% | 0.8% | - |
| XYZ | 26.29 | 13.76 | 8.67 | - |
| YUV | 81.44 | 126.63 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 79 | 0 | 0.90 | 0.61 | 0.20 | 340.66 | 0.82 | 0.44 |
| Hex | CB | 14 | 4F | 0 | 5A | 3D | 14 | 155 | 52 | 2C |
| Octal | 313 | 24 | 117 | 0 | 132 | 75 | 24 | 525 | 122 | 54 |
| Binary | 11001011 | 10100 | 1001111 | 0 | 1011010 | 111101 | 10100 | 101010101 | 1010010 | 101100 |
Color Harmonies of #CB144F
Complementary color
Monochromatic Colors of #CB144F
Black with #CB144F
Text Example
Text Example
White with #CB144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB144F; }
p { color: rgb(203,20,79); }
H1.HeaderClassName
{
color: #CB144F;
}
.AnyTagClassName
{
color: #CB144F;
}
</style>
background-color css
<style>
a { background-color: #CB144F; }
a { background-color: rgb(203,20,79); }
div.DivClassName
{
background-color: #CB144F;
}
.BgClassName
{
background-color: #CB144F;
}
</style>
border-color css
<style>
span { border-color: #CB144F; }
span { border-color: rgb(203,20,79); }
td.TdClassName
{
border-color: #CB144F;
}
.TagClassName
{
border-color: #CB144F;
}
</style>