Html Css Color HEX #D11460 Ruby

📋 copy color: '#D11460'

red 209 ◦ green 20 ◦ blue 96

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

Shades of Ruby #D11460

Tints of Ruby #D11460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.15%

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 64.31%
G = 6.15%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D11460 (or 0xD11460) is known color: Ruby. HEX triplet: D1, 14 and 60. RGB value is (209,20,96). Sum of RGB (Red+Green+Blue) = 209+20+96=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D11460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11460 is #2EEB9F. Grayscale: #555555. Windows color (decimal): -3074976 or 6296785. OLE color: 6296785.

HSL color Cylindrical-coordinate representation of color #D11460: hue angle of 335.87º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11460 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 20 96 -
CMYK 0 0.90 0.54 0.18
HSL 335.87º 0.83% 0.45% -
HSV(B) 335.87º 0.9% 0.82% -
XYZ 28.66 14.9 12.43 -
YUV 85.18 134.12 216.32 -
System Red Green Blue C M Y K H S L
Decimal 209 20 96 0 0.90 0.54 0.18 335.87 0.83 0.45
Hex D1 14 60 0 5A 36 12 150 53 2D
Octal 321 24 140 0 132 66 22 520 123 55
Binary 11010001 10100 1100000 0 1011010 110110 10010 101010000 1010011 101101

Color Harmonies of #D11460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11460

Black with #D11460

Text Example


Text Example

White with #D11460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11460; }

 p { color: rgb(209,20,96); }

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

background-color css

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

 a { background-color: rgb(209,20,96); }

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

border-color css

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

 span { border-color: rgb(209,20,96); }

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