Html Css Color HEX #DC175C Ruby

📋 copy color: '#DC175C'

red 220 ◦ green 23 ◦ blue 92

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

Shades of Ruby #DC175C

Tints of Ruby #DC175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.46%

R = 65.67%
G = 6.87%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC175C (or 0xDC175C) is known color: Ruby. HEX triplet: DC, 17 and 5C. RGB value is (220,23,92). Sum of RGB (Red+Green+Blue) = 220+23+92=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC175C is #23E8A3. Grayscale: #595959. Windows color (decimal): -2353316 or 6035420. OLE color: 6035420.

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

Color convert

RGB 220 23 92 -
CMYK 0 0.90 0.58 0.14
HSL 338.98º 0.81% 0.48% -
HSV(B) 338.98º 0.9% 0.86% -
XYZ 31.75 16.6 11.66 -
YUV 89.77 129.27 220.89 -
System Red Green Blue C M Y K H S L
Decimal 220 23 92 0 0.90 0.58 0.14 338.98 0.81 0.48
Hex DC 17 5C 0 5A 3A E 153 51 30
Octal 334 27 134 0 132 72 16 523 121 60
Binary 11011100 10111 1011100 0 1011010 111010 1110 101010011 1010001 110000

Color Harmonies of #DC175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC175C

Black with #DC175C

Text Example


Text Example

White with #DC175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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