#D21F5F

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

Shades of Ruby #D21F5F

Tints of Ruby #D21F5F

Color information

#D21F5F (or 0xD21F5F) is unknown color: approx Ruby. HEX triplet: D2, 1F and 5F. RGB value is (210,31,95). Sum of RGB (Red+Green+Blue) = 210+31+95=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F5F is #2DE0A0. Grayscale: #5B5B5B. Windows color (decimal): -3006625 or 6234066. OLE color: 6234066.

HSL color Cylindrical-coordinate representation of color #D21F5F: hue angle of 338.55º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21F5F is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB2103195-
CMYK00.850.550.18
HSL338.55º74.27%47.25%-
HSV(B)338.55º85.24%82.35%-
XYZ29.1315.5112.28-
YUV91.82129.8212.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 62.5%
GREEN value IS 31 (12.5% from 255) = 9.23%
BLUE value IS 95 (37.5% from 255) = 28.27%
R=62.5%
G=9.23%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210319500.850.550.18338.5574.2747.25
HexD21F5F05537121534a2f
Octal322371370125672252311257
Binary1101001011111101111101010101110111100101010100111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21F5F; }

 p { color: rgb(210,31,95); }

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

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

 a { background-color: rgb(210,31,95); }

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

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

 span { border-color: rgb(210,31,95); }

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