Html Css Color HEX #D9174F Ruby

📋 copy color: '#D9174F'

red 217 ◦ green 23 ◦ blue 79

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

Shades of Ruby #D9174F

Tints of Ruby #D9174F

RGB

 RED value IS 217 (85.16% from 255) = 68.03%

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

 BLUE value IS 79 (31.25% from 255) = 24.76%

R = 68.03%
G = 7.21%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9174F (or 0xD9174F) is known color: Ruby. HEX triplet: D9, 17 and 4F. RGB value is (217,23,79). Sum of RGB (Red+Green+Blue) = 217+23+79=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D9174F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9174F is #26E8B0. Grayscale: #575757. Windows color (decimal): -2549937 or 5183449. OLE color: 5183449.

HSL color Cylindrical-coordinate representation of color #D9174F: hue angle of 342.68º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9174F is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 23 79 -
CMYK 0 0.89 0.64 0.15
HSL 342.68º 0.81% 0.47% -
HSV(B) 342.68º 0.89% 0.85% -
XYZ 30.33 15.93 8.87 -
YUV 87.39 123.27 220.45 -
System Red Green Blue C M Y K H S L
Decimal 217 23 79 0 0.89 0.64 0.15 342.68 0.81 0.47
Hex D9 17 4F 0 59 40 F 157 51 2F
Octal 331 27 117 0 131 100 17 527 121 57
Binary 11011001 10111 1001111 0 1011001 1000000 1111 101010111 1010001 101111

Color Harmonies of #D9174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9174F

Black with #D9174F

Text Example


Text Example

White with #D9174F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9174F; }

 p { color: rgb(217,23,79); }

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

background-color css

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

 a { background-color: rgb(217,23,79); }

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

border-color css

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

 span { border-color: rgb(217,23,79); }

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