Html Css Color HEX #D11A50 Ruby

📋 copy color: '#D11A50'

red 209 ◦ green 26 ◦ blue 80

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

Shades of Ruby #D11A50

Tints of Ruby #D11A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.4%

R = 66.35%
G = 8.25%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D11A50 (or 0xD11A50) is known color: Ruby. HEX triplet: D1, 1A and 50. RGB value is (209,26,80). Sum of RGB (Red+Green+Blue) = 209+26+80=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11A50 is #2EE5AF. Grayscale: #565656. Windows color (decimal): -3073456 or 5249745. OLE color: 5249745.

HSL color Cylindrical-coordinate representation of color #D11A50: hue angle of 342.3º 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 #D11A50 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 26 80 -
CMYK 0 0.88 0.62 0.18
HSL 342.3º 0.78% 0.46% -
HSV(B) 342.3º 0.88% 0.82% -
XYZ 28.11 14.87 8.98 -
YUV 86.87 124.13 215.11 -
System Red Green Blue C M Y K H S L
Decimal 209 26 80 0 0.88 0.62 0.18 342.3 0.78 0.46
Hex D1 1A 50 0 58 3E 12 156 4E 2E
Octal 321 32 120 0 130 76 22 526 116 56
Binary 11010001 11010 1010000 0 1011000 111110 10010 101010110 1001110 101110

Color Harmonies of #D11A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A50

Black with #D11A50

Text Example


Text Example

White with #D11A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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