Html Css Color HEX #DC1657 Ruby

📋 copy color: '#DC1657'

red 220 ◦ green 22 ◦ blue 87

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

Shades of Ruby #DC1657

Tints of Ruby #DC1657

RGB

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

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

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

R = 66.87%
G = 6.69%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC1657 (or 0xDC1657) is known color: Ruby. HEX triplet: DC, 16 and 57. RGB value is (220,22,87). Sum of RGB (Red+Green+Blue) = 220+22+87=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1657 is #23E9A8. Grayscale: #585858. Windows color (decimal): -2353577 or 5707484. OLE color: 5707484.

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

Color convert

RGB 220 22 87 -
CMYK 0 0.9 0.60 0.14
HSL 340.3º 0.82% 0.47% -
HSV(B) 340.3º 0.9% 0.86% -
XYZ 31.52 16.48 10.54 -
YUV 88.61 127.1 221.71 -
System Red Green Blue C M Y K H S L
Decimal 220 22 87 0 0.9 0.60 0.14 340.3 0.82 0.47
Hex DC 16 57 0 5A 3C E 154 52 2F
Octal 334 26 127 0 132 74 16 524 122 57
Binary 11011100 10110 1010111 0 1011010 111100 1110 101010100 1010010 101111

Color Harmonies of #DC1657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1657

Black with #DC1657

Text Example


Text Example

White with #DC1657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1657; }

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

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

background-color css

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

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

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

border-color css

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

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

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