Html Css Color HEX #D9194F Ruby

📋 copy color: '#D9194F'

red 217 ◦ green 25 ◦ blue 79

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

Shades of Ruby #D9194F

Tints of Ruby #D9194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.79%

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

R = 67.6%
G = 7.79%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9194F (or 0xD9194F) is known color: Ruby. HEX triplet: D9, 19 and 4F. RGB value is (217,25,79). Sum of RGB (Red+Green+Blue) = 217+25+79=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D9194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9194F is #26E6B0. Grayscale: #585858. Windows color (decimal): -2549425 or 5183961. OLE color: 5183961.

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

Color convert

RGB 217 25 79 -
CMYK 0 0.88 0.64 0.15
HSL 343.13º 0.79% 0.47% -
HSV(B) 343.13º 0.88% 0.85% -
XYZ 30.37 16.01 8.89 -
YUV 88.56 122.61 219.61 -
System Red Green Blue C M Y K H S L
Decimal 217 25 79 0 0.88 0.64 0.15 343.13 0.79 0.47
Hex D9 19 4F 0 58 40 F 157 4F 2F
Octal 331 31 117 0 130 100 17 527 117 57
Binary 11011001 11001 1001111 0 1011000 1000000 1111 101010111 1001111 101111

Color Harmonies of #D9194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9194F

Black with #D9194F

Text Example


Text Example

White with #D9194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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