Html Css Color HEX #DC1650 Ruby

📋 copy color: '#DC1650'

red 220 ◦ green 22 ◦ blue 80

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

Shades of Ruby #DC1650

Tints of Ruby #DC1650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.83%

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

R = 68.32%
G = 6.83%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC1650 (or 0xDC1650) is known color: Ruby. HEX triplet: DC, 16 and 50. RGB value is (220,22,80). Sum of RGB (Red+Green+Blue) = 220+22+80=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1650 is #23E9AF. Grayscale: #575757. Windows color (decimal): -2353584 or 5248732. OLE color: 5248732.

HSL color Cylindrical-coordinate representation of color #DC1650: hue angle of 342.42º degrees, saturation: 0.82, 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 #DC1650 is Cyan = 0, Magento = 0.9, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 80 -
CMYK 0 0.9 0.64 0.14
HSL 342.42º 0.82% 0.47% -
HSV(B) 342.42º 0.9% 0.86% -
XYZ 31.25 16.37 9.1 -
YUV 87.81 123.6 222.28 -
System Red Green Blue C M Y K H S L
Decimal 220 22 80 0 0.9 0.64 0.14 342.42 0.82 0.47
Hex DC 16 50 0 5A 40 E 156 52 2F
Octal 334 26 120 0 132 100 16 526 122 57
Binary 11011100 10110 1010000 0 1011010 1000000 1110 101010110 1010010 101111

Color Harmonies of #DC1650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1650

Black with #DC1650

Text Example


Text Example

White with #DC1650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1650; }

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

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

background-color css

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

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

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

border-color css

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

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

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