#D41D53

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

Shades of Ruby #D41D53

Tints of Ruby #D41D53

Color information

#D41D53 (or 0xD41D53) is unknown color: approx Ruby. HEX triplet: D4, 1D and 53. RGB value is (212,29,83). Sum of RGB (Red+Green+Blue) = 212+29+83=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41D53 is #2BE2AC. Grayscale: #595959. Windows color (decimal): -2876077 or 5447124. OLE color: 5447124.

HSL color Cylindrical-coordinate representation of color #D41D53: hue angle of 342.3º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41D53 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB2122983-
CMYK00.860.610.17
HSL342.3º75.93%47.25%-
HSV(B)342.3º86.32%83.14%-
XYZ29.1515.59.64-
YUV89.87124.13215.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 65.43%
GREEN value IS 29 (11.72% from 255) = 8.95%
BLUE value IS 83 (32.81% from 255) = 25.62%
R=65.43%
G=8.95%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212298300.860.610.17342.375.9347.25
HexD41D530563D111564c2f
Octal324351230126752152611457
Binary1101010011101101001101010110111101100011010101101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41D53; }

 p { color: rgb(212,29,83); }

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

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

 a { background-color: rgb(212,29,83); }

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

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

 span { border-color: rgb(212,29,83); }

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