Html Css Color HEX #DC1550 Ruby

📋 copy color: '#DC1550'

red 220 ◦ green 21 ◦ blue 80

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

Shades of Ruby #DC1550

Tints of Ruby #DC1550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.54%

 BLUE value IS 80 (31.64% from 255) = 24.92%

R = 68.54%
G = 6.54%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC1550 (or 0xDC1550) is known color: Ruby. HEX triplet: DC, 15 and 50. RGB value is (220,21,80). Sum of RGB (Red+Green+Blue) = 220+21+80=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1550 is #23EAAF. Grayscale: #575757. Windows color (decimal): -2353840 or 5248476. OLE color: 5248476.

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

Color convert

RGB 220 21 80 -
CMYK 0 0.90 0.64 0.14
HSL 342.21º 0.83% 0.47% -
HSV(B) 342.21º 0.9% 0.86% -
XYZ 31.23 16.33 9.1 -
YUV 87.23 123.93 222.7 -
System Red Green Blue C M Y K H S L
Decimal 220 21 80 0 0.90 0.64 0.14 342.21 0.83 0.47
Hex DC 15 50 0 5A 40 E 156 53 2F
Octal 334 25 120 0 132 100 16 526 123 57
Binary 11011100 10101 1010000 0 1011010 1000000 1110 101010110 1010011 101111

Color Harmonies of #DC1550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1550

Black with #DC1550

Text Example


Text Example

White with #DC1550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1550; }

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

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

background-color css

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

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

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

border-color css

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

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

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