Html Css Color HEX #DC175E Ruby

📋 copy color: '#DC175E'

red 220 ◦ green 23 ◦ blue 94

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

Shades of Ruby #DC175E

Tints of Ruby #DC175E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.89%

R = 65.28%
G = 6.82%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC175E (or 0xDC175E) is known color: Ruby. HEX triplet: DC, 17 and 5E. RGB value is (220,23,94). Sum of RGB (Red+Green+Blue) = 220+23+94=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC175E is #23E8A1. Grayscale: #595959. Windows color (decimal): -2353314 or 6166492. OLE color: 6166492.

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

Color convert

RGB 220 23 94 -
CMYK 0 0.90 0.57 0.14
HSL 338.38º 0.81% 0.48% -
HSV(B) 338.38º 0.9% 0.86% -
XYZ 31.84 16.64 12.12 -
YUV 90 130.27 220.73 -
System Red Green Blue C M Y K H S L
Decimal 220 23 94 0 0.90 0.57 0.14 338.38 0.81 0.48
Hex DC 17 5E 0 5A 39 E 152 51 30
Octal 334 27 136 0 132 71 16 522 121 60
Binary 11011100 10111 1011110 0 1011010 111001 1110 101010010 1010001 110000

Color Harmonies of #DC175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC175E

Black with #DC175E

Text Example


Text Example

White with #DC175E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC175E; }

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

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

background-color css

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

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

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

border-color css

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

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

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