#CD1B53

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

Shades of Ruby #CD1B53

Tints of Ruby #CD1B53

Color information

#CD1B53 (or 0xCD1B53) is unknown color: approx Ruby. HEX triplet: CD, 1B and 53. RGB value is (205,27,83). Sum of RGB (Red+Green+Blue) = 205+27+83=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1B53 is #32E4AC. Grayscale: #565656. Windows color (decimal): -3335341 or 5446605. OLE color: 5446605.

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

Color convert

RGB2052783-
CMYK00.870.600.20
HSL341.12º76.72%45.49%-
HSV(B)341.12º86.83%80.39%-
XYZ27.1314.399.53-
YUV86.61125.97212.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 65.08%
GREEN value IS 27 (10.94% from 255) = 8.57%
BLUE value IS 83 (32.81% from 255) = 26.35%
R=65.08%
G=8.57%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205278300.870.600.20341.1276.7245.49
HexCD1B530573C141554d2d
Octal315331230127742452511555
Binary1100110111011101001101010111111100101001010101011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1B53; }

 p { color: rgb(205,27,83); }

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

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

 a { background-color: rgb(205,27,83); }

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

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

 span { border-color: rgb(205,27,83); }

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