Html Css Color HEX #D7175B Ruby

📋 copy color: '#D7175B'

red 215 ◦ green 23 ◦ blue 91

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

Shades of Ruby #D7175B

Tints of Ruby #D7175B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 65.35%
G = 6.99%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7175B (or 0xD7175B) is known color: Ruby. HEX triplet: D7, 17 and 5B. RGB value is (215,23,91). Sum of RGB (Red+Green+Blue) = 215+23+91=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D7175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7175B is #28E8A4. Grayscale: #585858. Windows color (decimal): -2680997 or 5969879. OLE color: 5969879.

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

Color convert

RGB 215 23 91 -
CMYK 0 0.89 0.58 0.16
HSL 338.75º 0.81% 0.47% -
HSV(B) 338.75º 0.89% 0.84% -
XYZ 30.22 15.82 11.36 -
YUV 88.16 129.61 218.47 -
System Red Green Blue C M Y K H S L
Decimal 215 23 91 0 0.89 0.58 0.16 338.75 0.81 0.47
Hex D7 17 5B 0 59 3A 10 153 51 2F
Octal 327 27 133 0 131 72 20 523 121 57
Binary 11010111 10111 1011011 0 1011001 111010 10000 101010011 1010001 101111

Color Harmonies of #D7175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7175B

Black with #D7175B

Text Example


Text Example

White with #D7175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7175B; }

 p { color: rgb(215,23,91); }

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

background-color css

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

 a { background-color: rgb(215,23,91); }

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

border-color css

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

 span { border-color: rgb(215,23,91); }

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