Html Css Color HEX #D51E5E Ruby

📋 copy color: '#D51E5E'

red 213 ◦ green 30 ◦ blue 94

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

Shades of Ruby #D51E5E

Tints of Ruby #D51E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.9%

 BLUE value IS 94 (37.11% from 255) = 27.89%

R = 63.2%
G = 8.9%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D51E5E (or 0xD51E5E) is known color: Ruby. HEX triplet: D5, 1E and 5E. RGB value is (213,30,94). Sum of RGB (Red+Green+Blue) = 213+30+94=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51E5E is #2AE1A1. Grayscale: #5B5B5B. Windows color (decimal): -2810274 or 6168277. OLE color: 6168277.

HSL color Cylindrical-coordinate representation of color #D51E5E: hue angle of 339.02º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51E5E is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 30 94 -
CMYK 0 0.86 0.56 0.16
HSL 339.02º 0.75% 0.48% -
HSV(B) 339.02º 0.86% 0.84% -
XYZ 29.93 15.88 12.08 -
YUV 92.01 129.13 214.3 -
System Red Green Blue C M Y K H S L
Decimal 213 30 94 0 0.86 0.56 0.16 339.02 0.75 0.48
Hex D5 1E 5E 0 56 38 10 153 4B 30
Octal 325 36 136 0 126 70 20 523 113 60
Binary 11010101 11110 1011110 0 1010110 111000 10000 101010011 1001011 110000

Color Harmonies of #D51E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51E5E

Black with #D51E5E

Text Example


Text Example

White with #D51E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51E5E; }

 p { color: rgb(213,30,94); }

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

background-color css

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

 a { background-color: rgb(213,30,94); }

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

border-color css

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

 span { border-color: rgb(213,30,94); }

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