Html Css Color HEX #D61E5B Ruby

📋 copy color: '#D61E5B'

red 214 ◦ green 30 ◦ blue 91

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

Shades of Ruby #D61E5B

Tints of Ruby #D61E5B

RGB

 RED value IS 214 (83.98% from 255) = 63.88%

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

 BLUE value IS 91 (35.94% from 255) = 27.16%

R = 63.88%
G = 8.96%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D61E5B (or 0xD61E5B) is known color: Ruby. HEX triplet: D6, 1E and 5B. RGB value is (214,30,91). Sum of RGB (Red+Green+Blue) = 214+30+91=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61E5B is #29E1A4. Grayscale: #5B5B5B. Windows color (decimal): -2744741 or 5971670. OLE color: 5971670.

HSL color Cylindrical-coordinate representation of color #D61E5B: hue angle of 340.11º 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 #D61E5B is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 30 91 -
CMYK 0 0.86 0.57 0.16
HSL 340.11º 0.75% 0.48% -
HSV(B) 340.11º 0.86% 0.84% -
XYZ 30.08 15.98 11.4 -
YUV 91.97 127.46 215.04 -
System Red Green Blue C M Y K H S L
Decimal 214 30 91 0 0.86 0.57 0.16 340.11 0.75 0.48
Hex D6 1E 5B 0 56 39 10 154 4B 30
Octal 326 36 133 0 126 71 20 524 113 60
Binary 11010110 11110 1011011 0 1010110 111001 10000 101010100 1001011 110000

Color Harmonies of #D61E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E5B

Black with #D61E5B

Text Example


Text Example

White with #D61E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E5B; }

 p { color: rgb(214,30,91); }

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

background-color css

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

 a { background-color: rgb(214,30,91); }

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

border-color css

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

 span { border-color: rgb(214,30,91); }

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