Html Css Color HEX #D10D53 Ruby

📋 copy color: '#D10D53'

red 209 ◦ green 13 ◦ blue 83

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

Shades of Ruby #D10D53

Tints of Ruby #D10D53

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.26%

 BLUE value IS 83 (32.81% from 255) = 27.21%

R = 68.52%
G = 4.26%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D10D53 (or 0xD10D53) is known color: Ruby. HEX triplet: D1, 0D and 53. RGB value is (209,13,83). Sum of RGB (Red+Green+Blue) = 209+13+83=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10D53 is #2EF2AC. Grayscale: #4F4F4F. Windows color (decimal): -3076781 or 5443025. OLE color: 5443025.

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

Color convert

RGB 209 13 83 -
CMYK 0 0.94 0.60 0.18
HSL 338.57º 0.88% 0.44% -
HSV(B) 338.57º 0.94% 0.82% -
XYZ 28 14.47 9.5 -
YUV 79.58 129.93 220.31 -
System Red Green Blue C M Y K H S L
Decimal 209 13 83 0 0.94 0.60 0.18 338.57 0.88 0.44
Hex D1 D 53 0 5E 3C 12 153 58 2C
Octal 321 15 123 0 136 74 22 523 130 54
Binary 11010001 1101 1010011 0 1011110 111100 10010 101010011 1011000 101100

Color Harmonies of #D10D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D53

Black with #D10D53

Text Example


Text Example

White with #D10D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D53; }

 p { color: rgb(209,13,83); }

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

background-color css

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

 a { background-color: rgb(209,13,83); }

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

border-color css

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

 span { border-color: rgb(209,13,83); }

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