Html Css Color HEX #D91954 Ruby

📋 copy color: '#D91954'

red 217 ◦ green 25 ◦ blue 84

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

Shades of Ruby #D91954

Tints of Ruby #D91954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.77%

R = 66.56%
G = 7.67%
B = 25.77%

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

#D91954 (or 0xD91954) is known color: Ruby. HEX triplet: D9, 19 and 54. RGB value is (217,25,84). Sum of RGB (Red+Green+Blue) = 217+25+84=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D91954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91954 is #26E6AB. Grayscale: #595959. Windows color (decimal): -2549420 or 5511641. OLE color: 5511641.

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

Color convert

RGB 217 25 84 -
CMYK 0 0.88 0.61 0.15
HSL 341.56º 0.79% 0.47% -
HSV(B) 341.56º 0.88% 0.85% -
XYZ 30.56 16.09 9.88 -
YUV 89.13 125.11 219.2 -
System Red Green Blue C M Y K H S L
Decimal 217 25 84 0 0.88 0.61 0.15 341.56 0.79 0.47
Hex D9 19 54 0 58 3D F 156 4F 2F
Octal 331 31 124 0 130 75 17 526 117 57
Binary 11011001 11001 1010100 0 1011000 111101 1111 101010110 1001111 101111

Color Harmonies of #D91954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91954

Black with #D91954

Text Example


Text Example

White with #D91954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91954; }

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

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

background-color css

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

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

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

border-color css

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

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

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