#D41760

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

Shades of Ruby #D41760

Tints of Ruby #D41760

Color information

#D41760 (or 0xD41760) is unknown color: approx Ruby. HEX triplet: D4, 17 and 60. RGB value is (212,23,96). Sum of RGB (Red+Green+Blue) = 212+23+96=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D41760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41760 is #2BE89F. Grayscale: #575757. Windows color (decimal): -2877600 or 6297556. OLE color: 6297556.

HSL color Cylindrical-coordinate representation of color #D41760: hue angle of 336.83º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41760 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB2122396-
CMYK00.890.550.17
HSL336.83º80.43%46.08%-
HSV(B)336.83º89.15%83.14%-
XYZ29.5715.4512.49-
YUV87.83132.62216.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 64.05%
GREEN value IS 23 (9.38% from 255) = 6.95%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=64.05%
G=6.95%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212239600.890.550.17336.8380.4346.08
HexD417600593711151502e
Octal324271400131672152112056
Binary1101010010111110000001011001110111100011010100011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41760; }

 p { color: rgb(212,23,96); }

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

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

 a { background-color: rgb(212,23,96); }

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

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

 span { border-color: rgb(212,23,96); }

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