Html Css Color HEX #D1104F Ruby

📋 copy color: '#D1104F'

red 209 ◦ green 16 ◦ blue 79

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

Shades of Ruby #D1104F

Tints of Ruby #D1104F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.26%

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

R = 68.75%
G = 5.26%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1104F (or 0xD1104F) is known color: Ruby. HEX triplet: D1, 10 and 4F. RGB value is (209,16,79). Sum of RGB (Red+Green+Blue) = 209+16+79=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D1104F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1104F is #2EEFB0. Grayscale: #505050. Windows color (decimal): -3076017 or 5181649. OLE color: 5181649.

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

Color convert

RGB 209 16 79 -
CMYK 0 0.92 0.62 0.18
HSL 340.41º 0.86% 0.44% -
HSV(B) 340.41º 0.92% 0.82% -
XYZ 27.89 14.49 8.72 -
YUV 80.89 126.94 219.38 -
System Red Green Blue C M Y K H S L
Decimal 209 16 79 0 0.92 0.62 0.18 340.41 0.86 0.44
Hex D1 10 4F 0 5C 3E 12 154 56 2C
Octal 321 20 117 0 134 76 22 524 126 54
Binary 11010001 10000 1001111 0 1011100 111110 10010 101010100 1010110 101100

Color Harmonies of #D1104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1104F

Black with #D1104F

Text Example


Text Example

White with #D1104F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1104F; }

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

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

background-color css

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

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

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

border-color css

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

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

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