Html Css Color HEX #D91E5E Ruby

📋 copy color: '#D91E5E'

red 217 ◦ green 30 ◦ blue 94

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

Shades of Ruby #D91E5E

Tints of Ruby #D91E5E

RGB

 RED value IS 217 (85.16% from 255) = 63.64%

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

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

R = 63.64%
G = 8.8%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D91E5E (or 0xD91E5E) is known color: Ruby. HEX triplet: D9, 1E and 5E. RGB value is (217,30,94). Sum of RGB (Red+Green+Blue) = 217+30+94=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91E5E is #26E1A1. Grayscale: #5D5D5D. Windows color (decimal): -2548130 or 6168281. OLE color: 6168281.

HSL color Cylindrical-coordinate representation of color #D91E5E: hue angle of 339.47º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91E5E is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 30 94 -
CMYK 0 0.86 0.57 0.15
HSL 339.47º 0.76% 0.48% -
HSV(B) 339.47º 0.86% 0.85% -
XYZ 31.1 16.49 12.13 -
YUV 93.21 128.45 216.3 -
System Red Green Blue C M Y K H S L
Decimal 217 30 94 0 0.86 0.57 0.15 339.47 0.76 0.48
Hex D9 1E 5E 0 56 39 F 153 4C 30
Octal 331 36 136 0 126 71 17 523 114 60
Binary 11011001 11110 1011110 0 1010110 111001 1111 101010011 1001100 110000

Color Harmonies of #D91E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91E5E

Black with #D91E5E

Text Example


Text Example

White with #D91E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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