Html Css Color HEX #D6175B Ruby

📋 copy color: '#D6175B'

red 214 ◦ green 23 ◦ blue 91

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

Shades of Ruby #D6175B

Tints of Ruby #D6175B

RGB

 RED value IS 214 (83.98% from 255) = 65.24%

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

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

R = 65.24%
G = 7.01%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6175B (or 0xD6175B) is known color: Ruby. HEX triplet: D6, 17 and 5B. RGB value is (214,23,91). Sum of RGB (Red+Green+Blue) = 214+23+91=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6175B is #29E8A4. Grayscale: #575757. Windows color (decimal): -2746533 or 5969878. OLE color: 5969878.

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

Color convert

RGB 214 23 91 -
CMYK 0 0.89 0.57 0.16
HSL 338.64º 0.81% 0.46% -
HSV(B) 338.64º 0.89% 0.84% -
XYZ 29.93 15.66 11.34 -
YUV 87.86 129.78 217.97 -
System Red Green Blue C M Y K H S L
Decimal 214 23 91 0 0.89 0.57 0.16 338.64 0.81 0.46
Hex D6 17 5B 0 59 39 10 153 51 2E
Octal 326 27 133 0 131 71 20 523 121 56
Binary 11010110 10111 1011011 0 1011001 111001 10000 101010011 1010001 101110

Color Harmonies of #D6175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6175B

Black with #D6175B

Text Example


Text Example

White with #D6175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6175B; }

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

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

background-color css

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

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

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

border-color css

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

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

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