#D41A52

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

Shades of Ruby #D41A52

Tints of Ruby #D41A52

Color information

#D41A52 (or 0xD41A52) is unknown color: approx Ruby. HEX triplet: D4, 1A and 52. RGB value is (212,26,82). Sum of RGB (Red+Green+Blue) = 212+26+82=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41A52 is #2BE5AD. Grayscale: #575757. Windows color (decimal): -2876846 or 5380820. OLE color: 5380820.

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

Color convert

RGB2122682-
CMYK00.880.610.17
HSL341.94º78.15%46.67%-
HSV(B)341.94º87.74%83.14%-
XYZ29.0415.359.41-
YUV88124.62216.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 66.25%
GREEN value IS 26 (10.55% from 255) = 8.12%
BLUE value IS 82 (32.42% from 255) = 25.62%
R=66.25%
G=8.12%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212268200.880.610.17341.9478.1546.67
HexD41A520583D111564e2f
Octal324321220130752152611657
Binary1101010011010101001001011000111101100011010101101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41A52; }

 p { color: rgb(212,26,82); }

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

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

 a { background-color: rgb(212,26,82); }

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

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

 span { border-color: rgb(212,26,82); }

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