Html Css Color HEX #D31F5B Ruby

📋 copy color: '#D31F5B'

red 211 ◦ green 31 ◦ blue 91

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

Shades of Ruby #D31F5B

Tints of Ruby #D31F5B

RGB

 RED value IS 211 (82.81% from 255) = 63.36%

 GREEN value IS 31 (12.5% from 255) = 9.31%

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 63.36%
G = 9.31%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D31F5B (or 0xD31F5B) is known color: Ruby. HEX triplet: D3, 1F and 5B. RGB value is (211,31,91). Sum of RGB (Red+Green+Blue) = 211+31+91=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D31F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31F5B is #2CE0A4. Grayscale: #5B5B5B. Windows color (decimal): -2941093 or 5971923. OLE color: 5971923.

HSL color Cylindrical-coordinate representation of color #D31F5B: hue angle of 340º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D31F5B is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 31 91 -
CMYK 0 0.85 0.57 0.17
HSL 340º 0.74% 0.47% -
HSV(B) 340º 0.85% 0.83% -
XYZ 29.24 15.58 11.36 -
YUV 91.66 127.63 213.12 -
System Red Green Blue C M Y K H S L
Decimal 211 31 91 0 0.85 0.57 0.17 340 0.74 0.47
Hex D3 1F 5B 0 55 39 11 154 4A 2F
Octal 323 37 133 0 125 71 21 524 112 57
Binary 11010011 11111 1011011 0 1010101 111001 10001 101010100 1001010 101111

Color Harmonies of #D31F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31F5B

Black with #D31F5B

Text Example


Text Example

White with #D31F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31F5B; }

 p { color: rgb(211,31,91); }

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

background-color css

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

 a { background-color: rgb(211,31,91); }

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

border-color css

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

 span { border-color: rgb(211,31,91); }

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