Html Css Color HEX #DC1757 Ruby

📋 copy color: '#DC1757'

red 220 ◦ green 23 ◦ blue 87

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

Shades of Ruby #DC1757

Tints of Ruby #DC1757

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.97%

 BLUE value IS 87 (34.38% from 255) = 26.36%

R = 66.67%
G = 6.97%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC1757 (or 0xDC1757) is known color: Ruby. HEX triplet: DC, 17 and 57. RGB value is (220,23,87). Sum of RGB (Red+Green+Blue) = 220+23+87=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1757 is #23E8A8. Grayscale: #595959. Windows color (decimal): -2353321 or 5707740. OLE color: 5707740.

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

Color convert

RGB 220 23 87 -
CMYK 0 0.90 0.60 0.14
HSL 340.51º 0.81% 0.48% -
HSV(B) 340.51º 0.9% 0.86% -
XYZ 31.54 16.52 10.54 -
YUV 89.2 126.77 221.3 -
System Red Green Blue C M Y K H S L
Decimal 220 23 87 0 0.90 0.60 0.14 340.51 0.81 0.48
Hex DC 17 57 0 5A 3C E 155 51 30
Octal 334 27 127 0 132 74 16 525 121 60
Binary 11011100 10111 1010111 0 1011010 111100 1110 101010101 1010001 110000

Color Harmonies of #DC1757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1757

Black with #DC1757

Text Example


Text Example

White with #DC1757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1757; }

 p { color: rgb(220,23,87); }

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

background-color css

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

 a { background-color: rgb(220,23,87); }

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

border-color css

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

 span { border-color: rgb(220,23,87); }

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