Html Css Color HEX #D1154F Ruby

📋 copy color: '#D1154F'

red 209 ◦ green 21 ◦ blue 79

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

Shades of Ruby #D1154F

Tints of Ruby #D1154F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.8%

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

R = 67.64%
G = 6.8%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1154F (or 0xD1154F) is known color: Ruby. HEX triplet: D1, 15 and 4F. RGB value is (209,21,79). Sum of RGB (Red+Green+Blue) = 209+21+79=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D1154F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1154F is #2EEAB0. Grayscale: #535353. Windows color (decimal): -3074737 or 5182929. OLE color: 5182929.

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

Color convert

RGB 209 21 79 -
CMYK 0 0.90 0.62 0.18
HSL 341.49º 0.82% 0.45% -
HSV(B) 341.49º 0.9% 0.82% -
XYZ 27.97 14.66 8.75 -
YUV 83.82 125.28 217.28 -
System Red Green Blue C M Y K H S L
Decimal 209 21 79 0 0.90 0.62 0.18 341.49 0.82 0.45
Hex D1 15 4F 0 5A 3E 12 155 52 2D
Octal 321 25 117 0 132 76 22 525 122 55
Binary 11010001 10101 1001111 0 1011010 111110 10010 101010101 1010010 101101

Color Harmonies of #D1154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1154F

Black with #D1154F

Text Example


Text Example

White with #D1154F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1154F; }

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

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

background-color css

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

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

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

border-color css

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

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

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