Html Css Color HEX #D91955 Ruby

📋 copy color: '#D91955'

red 217 ◦ green 25 ◦ blue 85

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

Shades of Ruby #D91955

Tints of Ruby #D91955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.65%

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

R = 66.36%
G = 7.65%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D91955 (or 0xD91955) is known color: Ruby. HEX triplet: D9, 19 and 55. RGB value is (217,25,85). Sum of RGB (Red+Green+Blue) = 217+25+85=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D91955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91955 is #26E6AA. Grayscale: #595959. Windows color (decimal): -2549419 or 5577177. OLE color: 5577177.

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

Color convert

RGB 217 25 85 -
CMYK 0 0.88 0.61 0.15
HSL 341.25º 0.79% 0.47% -
HSV(B) 341.25º 0.88% 0.85% -
XYZ 30.6 16.1 10.09 -
YUV 89.25 125.61 219.12 -
System Red Green Blue C M Y K H S L
Decimal 217 25 85 0 0.88 0.61 0.15 341.25 0.79 0.47
Hex D9 19 55 0 58 3D F 155 4F 2F
Octal 331 31 125 0 130 75 17 525 117 57
Binary 11011001 11001 1010101 0 1011000 111101 1111 101010101 1001111 101111

Color Harmonies of #D91955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91955

Black with #D91955

Text Example


Text Example

White with #D91955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91955; }

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

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

background-color css

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

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

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

border-color css

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

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

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