Html Css Color HEX #D91B50 Ruby

📋 copy color: '#D91B50'

red 217 ◦ green 27 ◦ blue 80

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

Shades of Ruby #D91B50

Tints of Ruby #D91B50

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.33%

 BLUE value IS 80 (31.64% from 255) = 24.69%

R = 66.98%
G = 8.33%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D91B50 (or 0xD91B50) is known color: Ruby. HEX triplet: D9, 1B and 50. RGB value is (217,27,80). Sum of RGB (Red+Green+Blue) = 217+27+80=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91B50 is #26E4AF. Grayscale: #595959. Windows color (decimal): -2548912 or 5250009. OLE color: 5250009.

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

Color convert

RGB 217 27 80 -
CMYK 0 0.88 0.63 0.15
HSL 343.26º 0.78% 0.48% -
HSV(B) 343.26º 0.88% 0.85% -
XYZ 30.46 16.11 9.09 -
YUV 89.85 122.45 218.69 -
System Red Green Blue C M Y K H S L
Decimal 217 27 80 0 0.88 0.63 0.15 343.26 0.78 0.48
Hex D9 1B 50 0 58 3F F 157 4E 30
Octal 331 33 120 0 130 77 17 527 116 60
Binary 11011001 11011 1010000 0 1011000 111111 1111 101010111 1001110 110000

Color Harmonies of #D91B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91B50

Black with #D91B50

Text Example


Text Example

White with #D91B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91B50; }

 p { color: rgb(217,27,80); }

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

background-color css

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

 a { background-color: rgb(217,27,80); }

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

border-color css

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

 span { border-color: rgb(217,27,80); }

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