Html Css Color HEX #D9134E Ruby

📋 copy color: '#D9134E'

red 217 ◦ green 19 ◦ blue 78

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

Shades of Ruby #D9134E

Tints of Ruby #D9134E

RGB

 RED value IS 217 (85.16% from 255) = 69.11%

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

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

R = 69.11%
G = 6.05%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9134E (or 0xD9134E) is known color: Ruby. HEX triplet: D9, 13 and 4E. RGB value is (217,19,78). Sum of RGB (Red+Green+Blue) = 217+19+78=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D9134E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9134E is #26ECB1. Grayscale: #545454. Windows color (decimal): -2550962 or 5116889. OLE color: 5116889.

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

Color convert

RGB 217 19 78 -
CMYK 0 0.91 0.64 0.15
HSL 342.12º 0.84% 0.46% -
HSV(B) 342.12º 0.91% 0.85% -
XYZ 30.22 15.77 8.66 -
YUV 84.93 124.1 222.2 -
System Red Green Blue C M Y K H S L
Decimal 217 19 78 0 0.91 0.64 0.15 342.12 0.84 0.46
Hex D9 13 4E 0 5B 40 F 156 54 2E
Octal 331 23 116 0 133 100 17 526 124 56
Binary 11011001 10011 1001110 0 1011011 1000000 1111 101010110 1010100 101110

Color Harmonies of #D9134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9134E

Black with #D9134E

Text Example


Text Example

White with #D9134E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9134E; }

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

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

background-color css

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

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

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

border-color css

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

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

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