#DC1450

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

Shades of Ruby #DC1450

Tints of Ruby #DC1450

Color information

#DC1450 (or 0xDC1450) is unknown color: approx Ruby. HEX triplet: DC, 14 and 50. RGB value is (220,20,80). Sum of RGB (Red+Green+Blue) = 220+20+80=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1450 is #23EBAF. Grayscale: #565656. Windows color (decimal): -2354096 or 5248220. OLE color: 5248220.

HSL color Cylindrical-coordinate representation of color #DC1450: hue angle of 342º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1450 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB2202080-
CMYK00.910.640.14
HSL342º83.33%47.06%-
HSV(B)342º90.91%86.27%-
XYZ31.2116.39.09-
YUV86.64124.26223.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 68.75%
GREEN value IS 20 (8.20% from 255) = 6.25%
BLUE value IS 80 (31.64% from 255) = 25%
R=68.75%
G=6.25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220208000.910.640.1434283.3347.06
HexDC145005B40E156532f
Octal3342412001331001652612357
Binary1101110010100101000001011011100000011101010101101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1450; }

 p { color: rgb(220,20,80); }

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

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

 a { background-color: rgb(220,20,80); }

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

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

 span { border-color: rgb(220,20,80); }

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