Html Css Color HEX #D31764 Ruby

📋 copy color: '#D31764'

red 211 ◦ green 23 ◦ blue 100

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

Shades of Ruby #D31764

Tints of Ruby #D31764

RGB

 RED value IS 211 (82.81% from 255) = 63.17%

 GREEN value IS 23 (9.38% from 255) = 6.89%

 BLUE value IS 100 (39.45% from 255) = 29.94%

R = 63.17%
G = 6.89%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D31764 (or 0xD31764) is known color: Ruby. HEX triplet: D3, 17 and 64. RGB value is (211,23,100). Sum of RGB (Red+Green+Blue) = 211+23+100=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D31764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31764 is #2CE89B. Grayscale: #575757. Windows color (decimal): -2943132 or 6559699. OLE color: 6559699.

HSL color Cylindrical-coordinate representation of color #D31764: hue angle of 335.43º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31764 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 23 100 -
CMYK 0 0.89 0.53 0.17
HSL 335.43º 0.8% 0.46% -
HSV(B) 335.43º 0.89% 0.83% -
XYZ 29.47 15.38 13.47 -
YUV 87.99 134.78 215.74 -
System Red Green Blue C M Y K H S L
Decimal 211 23 100 0 0.89 0.53 0.17 335.43 0.8 0.46
Hex D3 17 64 0 59 35 11 14F 50 2E
Octal 323 27 144 0 131 65 21 517 120 56
Binary 11010011 10111 1100100 0 1011001 110101 10001 101001111 1010000 101110

Color Harmonies of #D31764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31764

Black with #D31764

Text Example


Text Example

White with #D31764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31764; }

 p { color: rgb(211,23,100); }

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

background-color css

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

 a { background-color: rgb(211,23,100); }

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

border-color css

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

 span { border-color: rgb(211,23,100); }

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