Html Css Color HEX #D51A55 Ruby

📋 copy color: '#D51A55'

red 213 ◦ green 26 ◦ blue 85

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

Shades of Ruby #D51A55

Tints of Ruby #D51A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.23%

R = 65.74%
G = 8.02%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D51A55 (or 0xD51A55) is known color: Ruby. HEX triplet: D5, 1A and 55. RGB value is (213,26,85). Sum of RGB (Red+Green+Blue) = 213+26+85=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51A55 is #2AE5AA. Grayscale: #585858. Windows color (decimal): -2811307 or 5577429. OLE color: 5577429.

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

Color convert

RGB 213 26 85 -
CMYK 0 0.88 0.60 0.16
HSL 341.07º 0.78% 0.47% -
HSV(B) 341.07º 0.88% 0.84% -
XYZ 29.45 15.54 10.04 -
YUV 88.64 125.95 216.7 -
System Red Green Blue C M Y K H S L
Decimal 213 26 85 0 0.88 0.60 0.16 341.07 0.78 0.47
Hex D5 1A 55 0 58 3C 10 155 4E 2F
Octal 325 32 125 0 130 74 20 525 116 57
Binary 11010101 11010 1010101 0 1011000 111100 10000 101010101 1001110 101111

Color Harmonies of #D51A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51A55

Black with #D51A55

Text Example


Text Example

White with #D51A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51A55; }

 p { color: rgb(213,26,85); }

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

background-color css

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

 a { background-color: rgb(213,26,85); }

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

border-color css

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

 span { border-color: rgb(213,26,85); }

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