Html Css Color HEX #D6114F Ruby

📋 copy color: '#D6114F'

red 214 ◦ green 17 ◦ blue 79

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

Shades of Ruby #D6114F

Tints of Ruby #D6114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.48%

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

R = 69.03%
G = 5.48%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6114F (or 0xD6114F) is known color: Ruby. HEX triplet: D6, 11 and 4F. RGB value is (214,17,79). Sum of RGB (Red+Green+Blue) = 214+17+79=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D6114F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6114F is #29EEB0. Grayscale: #525252. Windows color (decimal): -2748081 or 5181910. OLE color: 5181910.

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

Color convert

RGB 214 17 79 -
CMYK 0 0.92 0.63 0.16
HSL 341.12º 0.85% 0.45% -
HSV(B) 341.12º 0.92% 0.84% -
XYZ 29.34 15.26 8.8 -
YUV 82.97 125.77 221.46 -
System Red Green Blue C M Y K H S L
Decimal 214 17 79 0 0.92 0.63 0.16 341.12 0.85 0.45
Hex D6 11 4F 0 5C 3F 10 155 55 2D
Octal 326 21 117 0 134 77 20 525 125 55
Binary 11010110 10001 1001111 0 1011100 111111 10000 101010101 1010101 101101

Color Harmonies of #D6114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6114F

Black with #D6114F

Text Example


Text Example

White with #D6114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6114F; }

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

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

background-color css

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

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

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

border-color css

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

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

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