#CD1751

Color #CD1751 Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #CD1751

Tints of Ruby #CD1751

Color information

#CD1751 (or 0xCD1751) is unknown color: approx Ruby. HEX triplet: CD, 17 and 51. RGB value is (205,23,81). Sum of RGB (Red+Green+Blue) = 205+23+81=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1751 is #32E8AE. Grayscale: #535353. Windows color (decimal): -3336367 or 5314509. OLE color: 5314509.

HSL color Cylindrical-coordinate representation of color #CD1751: hue angle of 340.88º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD1751 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB2052381-
CMYK00.890.600.20
HSL340.88º79.82%44.71%-
HSV(B)340.88º88.78%80.39%-
XYZ26.9714.199.1-
YUV84.03126.3214.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 66.34%
GREEN value IS 23 (9.38% from 255) = 7.44%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=66.34%
G=7.44%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205238100.890.600.20340.8879.8244.71
HexCD17510593C14155502d
Octal315271210131742452512055
Binary1100110110111101000101011001111100101001010101011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1751; }

 p { color: rgb(205,23,81); }

 H1.HeaderClassName
 {
   color: #CD1751;
 }
 .AnyTagClassName
 {
   color: #CD1751;
 }
</style>
background-color css

<style>
 a { background-color: #CD1751; }

 a { background-color: rgb(205,23,81); }

 div.DivClassName
 {
   background-color: #CD1751;
 }
 .BgClassName
 {
   background-color: #CD1751;
 }
</style>
border-color css

<style>
 span { border-color: #CD1751; }

 span { border-color: rgb(205,23,81); }

 td.TdClassName
 {
   border-color: #CD1751;
 }
 .TagClassName
 {
   border-color: #CD1751;
 }
</style>