Html Css Color HEX #D11A53 Ruby

📋 copy color: '#D11A53'

red 209 ◦ green 26 ◦ blue 83

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

Shades of Ruby #D11A53

Tints of Ruby #D11A53

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.18%

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

R = 65.72%
G = 8.18%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D11A53 (or 0xD11A53) is known color: Ruby. HEX triplet: D1, 1A and 53. RGB value is (209,26,83). Sum of RGB (Red+Green+Blue) = 209+26+83=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11A53 is #2EE5AC. Grayscale: #575757. Windows color (decimal): -3073453 or 5446353. OLE color: 5446353.

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

Color convert

RGB 209 26 83 -
CMYK 0 0.88 0.60 0.18
HSL 341.31º 0.78% 0.46% -
HSV(B) 341.31º 0.88% 0.82% -
XYZ 28.23 14.92 9.58 -
YUV 87.22 125.63 214.87 -
System Red Green Blue C M Y K H S L
Decimal 209 26 83 0 0.88 0.60 0.18 341.31 0.78 0.46
Hex D1 1A 53 0 58 3C 12 155 4E 2E
Octal 321 32 123 0 130 74 22 525 116 56
Binary 11010001 11010 1010011 0 1011000 111100 10010 101010101 1001110 101110

Color Harmonies of #D11A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A53

Black with #D11A53

Text Example


Text Example

White with #D11A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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