#D21B51

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

Shades of Ruby #D21B51

Tints of Ruby #D21B51

Color information

#D21B51 (or 0xD21B51) is unknown color: approx Ruby. HEX triplet: D2, 1B and 51. RGB value is (210,27,81). Sum of RGB (Red+Green+Blue) = 210+27+81=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21B51 is #2DE4AE. Grayscale: #575757. Windows color (decimal): -3007663 or 5315538. OLE color: 5315538.

HSL color Cylindrical-coordinate representation of color #D21B51: hue angle of 342.3º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21B51 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB2102781-
CMYK00.870.610.18
HSL342.3º77.22%46.47%-
HSV(B)342.3º87.14%82.35%-
XYZ28.4615.089.2-
YUV87.87124.13215.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 66.04%
GREEN value IS 27 (10.94% from 255) = 8.49%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=66.04%
G=8.49%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210278100.870.610.18342.377.2246.47
HexD21B510573D121564d2e
Octal322331210127752252611556
Binary1101001011011101000101010111111101100101010101101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21B51; }

 p { color: rgb(210,27,81); }

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

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

 a { background-color: rgb(210,27,81); }

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

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

 span { border-color: rgb(210,27,81); }

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