Html Css Color HEX #D10F59 Ruby

📋 copy color: '#D10F59'

red 209 ◦ green 15 ◦ blue 89

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

Shades of Ruby #D10F59

Tints of Ruby #D10F59

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.79%

 BLUE value IS 89 (35.16% from 255) = 28.43%

R = 66.77%
G = 4.79%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D10F59 (or 0xD10F59) is known color: Ruby. HEX triplet: D1, 0F and 59. RGB value is (209,15,89). Sum of RGB (Red+Green+Blue) = 209+15+89=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10F59 is #2EF0A6. Grayscale: #515151. Windows color (decimal): -3076263 or 5836753. OLE color: 5836753.

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

Color convert

RGB 209 15 89 -
CMYK 0 0.93 0.57 0.18
HSL 337.11º 0.87% 0.44% -
HSV(B) 337.11º 0.93% 0.82% -
XYZ 28.27 14.62 10.78 -
YUV 81.44 132.27 218.98 -
System Red Green Blue C M Y K H S L
Decimal 209 15 89 0 0.93 0.57 0.18 337.11 0.87 0.44
Hex D1 F 59 0 5D 39 12 151 57 2C
Octal 321 17 131 0 135 71 22 521 127 54
Binary 11010001 1111 1011001 0 1011101 111001 10010 101010001 1010111 101100

Color Harmonies of #D10F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10F59

Black with #D10F59

Text Example


Text Example

White with #D10F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10F59; }

 p { color: rgb(209,15,89); }

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

background-color css

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

 a { background-color: rgb(209,15,89); }

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

border-color css

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

 span { border-color: rgb(209,15,89); }

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