#D21453

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

Shades of Ruby #D21453

Tints of Ruby #D21453

Color information

#D21453 (or 0xD21453) is unknown color: approx Ruby. HEX triplet: D2, 14 and 53. RGB value is (210,20,83). Sum of RGB (Red+Green+Blue) = 210+20+83=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D21453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21453 is #2DEBAC. Grayscale: #535353. Windows color (decimal): -3009453 or 5444818. OLE color: 5444818.

HSL color Cylindrical-coordinate representation of color #D21453: hue angle of 340.11º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21453 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB2102083-
CMYK00.900.600.18
HSL340.11º82.61%45.1%-
HSV(B)340.11º90.48%82.35%-
XYZ28.3914.839.55-
YUV83.99127.45217.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 67.09%
GREEN value IS 20 (8.20% from 255) = 6.39%
BLUE value IS 83 (32.81% from 255) = 26.52%
R=67.09%
G=6.39%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210208300.900.600.18340.1182.6145.1
HexD2145305A3C12154532d
Octal322241230132742252412355
Binary1101001010100101001101011010111100100101010101001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21453; }

 p { color: rgb(210,20,83); }

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

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

 a { background-color: rgb(210,20,83); }

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

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

 span { border-color: rgb(210,20,83); }

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