Html Css Color HEX #D51B56 Ruby

📋 copy color: '#D51B56'

red 213 ◦ green 27 ◦ blue 86

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

Shades of Ruby #D51B56

Tints of Ruby #D51B56

RGB

 RED value IS 213 (83.59% from 255) = 65.34%

 GREEN value IS 27 (10.94% from 255) = 8.28%

 BLUE value IS 86 (33.98% from 255) = 26.38%

R = 65.34%
G = 8.28%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D51B56 (or 0xD51B56) is known color: Ruby. HEX triplet: D5, 1B and 56. RGB value is (213,27,86). Sum of RGB (Red+Green+Blue) = 213+27+86=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51B56 is #2AE4A9. Grayscale: #595959. Windows color (decimal): -2811050 or 5643221. OLE color: 5643221.

HSL color Cylindrical-coordinate representation of color #D51B56: hue angle of 340.97º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51B56 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 27 86 -
CMYK 0 0.87 0.60 0.16
HSL 340.97º 0.78% 0.47% -
HSV(B) 340.97º 0.87% 0.84% -
XYZ 29.51 15.6 10.26 -
YUV 89.34 126.12 216.2 -
System Red Green Blue C M Y K H S L
Decimal 213 27 86 0 0.87 0.60 0.16 340.97 0.78 0.47
Hex D5 1B 56 0 57 3C 10 155 4E 2F
Octal 325 33 126 0 127 74 20 525 116 57
Binary 11010101 11011 1010110 0 1010111 111100 10000 101010101 1001110 101111

Color Harmonies of #D51B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51B56

Black with #D51B56

Text Example


Text Example

White with #D51B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51B56; }

 p { color: rgb(213,27,86); }

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

background-color css

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

 a { background-color: rgb(213,27,86); }

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

border-color css

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

 span { border-color: rgb(213,27,86); }

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