Html Css Color HEX #D7114F Ruby

📋 copy color: '#D7114F'

red 215 ◦ green 17 ◦ blue 79

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

Shades of Ruby #D7114F

Tints of Ruby #D7114F

RGB

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

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

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

R = 69.13%
G = 5.47%
B = 25.4%

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

#D7114F (or 0xD7114F) is known color: Ruby. HEX triplet: D7, 11 and 4F. RGB value is (215,17,79). Sum of RGB (Red+Green+Blue) = 215+17+79=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D7114F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7114F is #28EEB0. Grayscale: #535353. Windows color (decimal): -2682545 or 5181911. OLE color: 5181911.

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

Color convert

RGB 215 17 79 -
CMYK 0 0.92 0.63 0.16
HSL 341.21º 0.85% 0.45% -
HSV(B) 341.21º 0.92% 0.84% -
XYZ 29.64 15.41 8.81 -
YUV 83.27 125.6 221.96 -
System Red Green Blue C M Y K H S L
Decimal 215 17 79 0 0.92 0.63 0.16 341.21 0.85 0.45
Hex D7 11 4F 0 5C 3F 10 155 55 2D
Octal 327 21 117 0 134 77 20 525 125 55
Binary 11010111 10001 1001111 0 1011100 111111 10000 101010101 1010101 101101

Color Harmonies of #D7114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7114F

Black with #D7114F

Text Example


Text Example

White with #D7114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7114F; }

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

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

background-color css

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

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

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

border-color css

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

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

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