Html Css Color HEX #D6174F Ruby

📋 copy color: '#D6174F'

red 214 ◦ green 23 ◦ blue 79

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

Shades of Ruby #D6174F

Tints of Ruby #D6174F

RGB

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

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

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

R = 67.72%
G = 7.28%
B = 25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6174F (or 0xD6174F) is known color: Ruby. HEX triplet: D6, 17 and 4F. RGB value is (214,23,79). Sum of RGB (Red+Green+Blue) = 214+23+79=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D6174F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6174F is #29E8B0. Grayscale: #565656. Windows color (decimal): -2746545 or 5183446. OLE color: 5183446.

HSL color Cylindrical-coordinate representation of color #D6174F: hue angle of 342.41º 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 #D6174F is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 23 79 -
CMYK 0 0.89 0.63 0.16
HSL 342.41º 0.81% 0.46% -
HSV(B) 342.41º 0.89% 0.84% -
XYZ 29.45 15.47 8.83 -
YUV 86.49 123.78 218.95 -
System Red Green Blue C M Y K H S L
Decimal 214 23 79 0 0.89 0.63 0.16 342.41 0.81 0.46
Hex D6 17 4F 0 59 3F 10 156 51 2E
Octal 326 27 117 0 131 77 20 526 121 56
Binary 11010110 10111 1001111 0 1011001 111111 10000 101010110 1010001 101110

Color Harmonies of #D6174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6174F

Black with #D6174F

Text Example


Text Example

White with #D6174F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6174F; }

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

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

background-color css

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

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

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

border-color css

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

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

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