Html Css Color HEX #D91B53 Ruby

📋 copy color: '#D91B53'

red 217 ◦ green 27 ◦ blue 83

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

Shades of Ruby #D91B53

Tints of Ruby #D91B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.38%

R = 66.36%
G = 8.26%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D91B53 (or 0xD91B53) is known color: Ruby. HEX triplet: D9, 1B and 53. RGB value is (217,27,83). Sum of RGB (Red+Green+Blue) = 217+27+83=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91B53 is #26E4AC. Grayscale: #5A5A5A. Windows color (decimal): -2548909 or 5446617. OLE color: 5446617.

HSL color Cylindrical-coordinate representation of color #D91B53: hue angle of 342.32º 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 #D91B53 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 27 83 -
CMYK 0 0.88 0.62 0.15
HSL 342.32º 0.78% 0.48% -
HSV(B) 342.32º 0.88% 0.85% -
XYZ 30.57 16.16 9.69 -
YUV 90.19 123.95 218.45 -
System Red Green Blue C M Y K H S L
Decimal 217 27 83 0 0.88 0.62 0.15 342.32 0.78 0.48
Hex D9 1B 53 0 58 3E F 156 4E 30
Octal 331 33 123 0 130 76 17 526 116 60
Binary 11011001 11011 1010011 0 1011000 111110 1111 101010110 1001110 110000

Color Harmonies of #D91B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91B53

Black with #D91B53

Text Example


Text Example

White with #D91B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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