Html Css Color HEX #DC1C55 Ruby

📋 copy color: '#DC1C55'

red 220 ◦ green 28 ◦ blue 85

#DC1C55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #DC1C55

Tints of Ruby #DC1C55

RGB

 RED value IS 220 (86.33% from 255) = 66.07%

 GREEN value IS 28 (11.33% from 255) = 8.41%

 BLUE value IS 85 (33.59% from 255) = 25.53%

R = 66.07%
G = 8.41%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC1C55 (or 0xDC1C55) is known color: Ruby. HEX triplet: DC, 1C and 55. RGB value is (220,28,85). Sum of RGB (Red+Green+Blue) = 220+28+85=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1C55 is #23E3AA. Grayscale: #5B5B5B. Windows color (decimal): -2352043 or 5577948. OLE color: 5577948.

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

Color convert

RGB 220 28 85 -
CMYK 0 0.87 0.61 0.14
HSL 342.19º 0.77% 0.49% -
HSV(B) 342.19º 0.87% 0.86% -
XYZ 31.57 16.7 10.15 -
YUV 91.91 124.11 219.37 -
System Red Green Blue C M Y K H S L
Decimal 220 28 85 0 0.87 0.61 0.14 342.19 0.77 0.49
Hex DC 1C 55 0 57 3D E 156 4D 31
Octal 334 34 125 0 127 75 16 526 115 61
Binary 11011100 11100 1010101 0 1010111 111101 1110 101010110 1001101 110001

Color Harmonies of #DC1C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1C55

Black with #DC1C55

Text Example


Text Example

White with #DC1C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1C55; }

 p { color: rgb(220,28,85); }

 H1.HeaderClassName
 {
   color: #DC1C55;
 }
 .AnyTagClassName
 {
   color: #DC1C55;
 }
</style>

background-color css

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

 a { background-color: rgb(220,28,85); }

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

border-color css

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

 span { border-color: rgb(220,28,85); }

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