Html Css Color HEX #D7164F Ruby

📋 copy color: '#D7164F'

red 215 ◦ green 22 ◦ blue 79

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

Shades of Ruby #D7164F

Tints of Ruby #D7164F

RGB

 RED value IS 215 (84.38% from 255) = 68.04%

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

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

R = 68.04%
G = 6.96%
B = 25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D7164F (or 0xD7164F) is known color: Ruby. HEX triplet: D7, 16 and 4F. RGB value is (215,22,79). Sum of RGB (Red+Green+Blue) = 215+22+79=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D7164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7164F is #28E9B0. Grayscale: #565656. Windows color (decimal): -2681265 or 5183191. OLE color: 5183191.

HSL color Cylindrical-coordinate representation of color #D7164F: hue angle of 342.28º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7164F is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 22 79 -
CMYK 0 0.90 0.63 0.16
HSL 342.28º 0.81% 0.46% -
HSV(B) 342.28º 0.9% 0.84% -
XYZ 29.72 15.59 8.84 -
YUV 86.21 123.94 219.87 -
System Red Green Blue C M Y K H S L
Decimal 215 22 79 0 0.90 0.63 0.16 342.28 0.81 0.46
Hex D7 16 4F 0 5A 3F 10 156 51 2E
Octal 327 26 117 0 132 77 20 526 121 56
Binary 11010111 10110 1001111 0 1011010 111111 10000 101010110 1010001 101110

Color Harmonies of #D7164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7164F

Black with #D7164F

Text Example


Text Example

White with #D7164F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7164F; }

 p { color: rgb(215,22,79); }

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

background-color css

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

 a { background-color: rgb(215,22,79); }

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

border-color css

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

 span { border-color: rgb(215,22,79); }

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