Html Css Color HEX #D91D55 Ruby

📋 copy color: '#D91D55'

red 217 ◦ green 29 ◦ blue 85

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

Shades of Ruby #D91D55

Tints of Ruby #D91D55

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.76%

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

R = 65.56%
G = 8.76%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D91D55 (or 0xD91D55) is known color: Ruby. HEX triplet: D9, 1D and 55. RGB value is (217,29,85). Sum of RGB (Red+Green+Blue) = 217+29+85=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91D55 is #26E2AA. Grayscale: #5B5B5B. Windows color (decimal): -2548395 or 5578201. OLE color: 5578201.

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

Color convert

RGB 217 29 85 -
CMYK 0 0.87 0.61 0.15
HSL 342.13º 0.76% 0.48% -
HSV(B) 342.13º 0.87% 0.85% -
XYZ 30.69 16.29 10.12 -
YUV 91.6 124.28 217.45 -
System Red Green Blue C M Y K H S L
Decimal 217 29 85 0 0.87 0.61 0.15 342.13 0.76 0.48
Hex D9 1D 55 0 57 3D F 156 4C 30
Octal 331 35 125 0 127 75 17 526 114 60
Binary 11011001 11101 1010101 0 1010111 111101 1111 101010110 1001100 110000

Color Harmonies of #D91D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D55

Black with #D91D55

Text Example


Text Example

White with #D91D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D55; }

 p { color: rgb(217,29,85); }

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

background-color css

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

 a { background-color: rgb(217,29,85); }

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

border-color css

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

 span { border-color: rgb(217,29,85); }

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