Html Css Color HEX #D1174F Ruby

📋 copy color: '#D1174F'

red 209 ◦ green 23 ◦ blue 79

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

Shades of Ruby #D1174F

Tints of Ruby #D1174F

RGB

 RED value IS 209 (82.03% from 255) = 67.2%

 GREEN value IS 23 (9.38% from 255) = 7.4%

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

R = 67.2%
G = 7.4%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1174F (or 0xD1174F) is known color: Ruby. HEX triplet: D1, 17 and 4F. RGB value is (209,23,79). Sum of RGB (Red+Green+Blue) = 209+23+79=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D1174F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1174F is #2EE8B0. Grayscale: #545454. Windows color (decimal): -3074225 or 5183441. OLE color: 5183441.

HSL color Cylindrical-coordinate representation of color #D1174F: hue angle of 341.94º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1174F is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 23 79 -
CMYK 0 0.89 0.62 0.18
HSL 341.94º 0.8% 0.45% -
HSV(B) 341.94º 0.89% 0.82% -
XYZ 28.01 14.73 8.76 -
YUV 85 124.62 216.45 -
System Red Green Blue C M Y K H S L
Decimal 209 23 79 0 0.89 0.62 0.18 341.94 0.8 0.45
Hex D1 17 4F 0 59 3E 12 156 50 2D
Octal 321 27 117 0 131 76 22 526 120 55
Binary 11010001 10111 1001111 0 1011001 111110 10010 101010110 1010000 101101

Color Harmonies of #D1174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1174F

Black with #D1174F

Text Example


Text Example

White with #D1174F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1174F; }

 p { color: rgb(209,23,79); }

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

background-color css

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

 a { background-color: rgb(209,23,79); }

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

border-color css

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

 span { border-color: rgb(209,23,79); }

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