Html Css Color HEX #D6104F Ruby

📋 copy color: '#D6104F'

red 214 ◦ green 16 ◦ blue 79

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

Shades of Ruby #D6104F

Tints of Ruby #D6104F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.18%

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

R = 69.26%
G = 5.18%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6104F (or 0xD6104F) is known color: Ruby. HEX triplet: D6, 10 and 4F. RGB value is (214,16,79). Sum of RGB (Red+Green+Blue) = 214+16+79=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D6104F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6104F is #29EFB0. Grayscale: #525252. Windows color (decimal): -2748337 or 5181654. OLE color: 5181654.

HSL color Cylindrical-coordinate representation of color #D6104F: hue angle of 340.91º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6104F is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 16 79 -
CMYK 0 0.93 0.63 0.16
HSL 340.91º 0.86% 0.45% -
HSV(B) 340.91º 0.93% 0.84% -
XYZ 29.33 15.23 8.79 -
YUV 82.38 126.1 221.88 -
System Red Green Blue C M Y K H S L
Decimal 214 16 79 0 0.93 0.63 0.16 340.91 0.86 0.45
Hex D6 10 4F 0 5D 3F 10 155 56 2D
Octal 326 20 117 0 135 77 20 525 126 55
Binary 11010110 10000 1001111 0 1011101 111111 10000 101010101 1010110 101101

Color Harmonies of #D6104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6104F

Black with #D6104F

Text Example


Text Example

White with #D6104F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6104F; }

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

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

background-color css

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

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

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

border-color css

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

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

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