Html Css Color HEX #D7134E Ruby

📋 copy color: '#D7134E'

red 215 ◦ green 19 ◦ blue 78

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

Shades of Ruby #D7134E

Tints of Ruby #D7134E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.09%

 BLUE value IS 78 (30.86% from 255) = 25%

R = 68.91%
G = 6.09%
B = 25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7134E (or 0xD7134E) is known color: Ruby. HEX triplet: D7, 13 and 4E. RGB value is (215,19,78). Sum of RGB (Red+Green+Blue) = 215+19+78=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D7134E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7134E is #28ECB1. Grayscale: #545454. Windows color (decimal): -2682034 or 5116887. OLE color: 5116887.

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

Color convert

RGB 215 19 78 -
CMYK 0 0.91 0.64 0.16
HSL 341.94º 0.84% 0.46% -
HSV(B) 341.94º 0.91% 0.84% -
XYZ 29.63 15.46 8.63 -
YUV 84.33 124.43 221.2 -
System Red Green Blue C M Y K H S L
Decimal 215 19 78 0 0.91 0.64 0.16 341.94 0.84 0.46
Hex D7 13 4E 0 5B 40 10 156 54 2E
Octal 327 23 116 0 133 100 20 526 124 56
Binary 11010111 10011 1001110 0 1011011 1000000 10000 101010110 1010100 101110

Color Harmonies of #D7134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7134E

Black with #D7134E

Text Example


Text Example

White with #D7134E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7134E; }

 p { color: rgb(215,19,78); }

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

background-color css

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

 a { background-color: rgb(215,19,78); }

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

border-color css

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

 span { border-color: rgb(215,19,78); }

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