Html Css Color HEX #D11360 Ruby

📋 copy color: '#D11360'

red 209 ◦ green 19 ◦ blue 96

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

Shades of Ruby #D11360

Tints of Ruby #D11360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.86%

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

R = 64.51%
G = 5.86%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D11360 (or 0xD11360) is known color: Ruby. HEX triplet: D1, 13 and 60. RGB value is (209,19,96). Sum of RGB (Red+Green+Blue) = 209+19+96=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D11360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11360 is #2EEC9F. Grayscale: #545454. Windows color (decimal): -3075232 or 6296529. OLE color: 6296529.

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

Color convert

RGB 209 19 96 -
CMYK 0 0.91 0.54 0.18
HSL 335.68º 0.83% 0.45% -
HSV(B) 335.68º 0.91% 0.82% -
XYZ 28.64 14.87 12.43 -
YUV 84.59 134.45 216.74 -
System Red Green Blue C M Y K H S L
Decimal 209 19 96 0 0.91 0.54 0.18 335.68 0.83 0.45
Hex D1 13 60 0 5B 36 12 150 53 2D
Octal 321 23 140 0 133 66 22 520 123 55
Binary 11010001 10011 1100000 0 1011011 110110 10010 101010000 1010011 101101

Color Harmonies of #D11360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11360

Black with #D11360

Text Example


Text Example

White with #D11360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11360; }

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

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

background-color css

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

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

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

border-color css

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

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

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