Html Css Color HEX #D31D54 Ruby

📋 copy color: '#D31D54'

red 211 ◦ green 29 ◦ blue 84

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

Shades of Ruby #D31D54

Tints of Ruby #D31D54

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.95%

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

R = 65.12%
G = 8.95%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#D31D54 (or 0xD31D54) is known color: Ruby. HEX triplet: D3, 1D and 54. RGB value is (211,29,84). Sum of RGB (Red+Green+Blue) = 211+29+84=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31D54 is #2CE2AB. Grayscale: #595959. Windows color (decimal): -2941612 or 5512659. OLE color: 5512659.

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

Color convert

RGB 211 29 84 -
CMYK 0 0.86 0.60 0.17
HSL 341.87º 0.76% 0.47% -
HSV(B) 341.87º 0.86% 0.83% -
XYZ 28.9 15.37 9.83 -
YUV 89.69 124.8 214.53 -
System Red Green Blue C M Y K H S L
Decimal 211 29 84 0 0.86 0.60 0.17 341.87 0.76 0.47
Hex D3 1D 54 0 56 3C 11 156 4C 2F
Octal 323 35 124 0 126 74 21 526 114 57
Binary 11010011 11101 1010100 0 1010110 111100 10001 101010110 1001100 101111

Color Harmonies of #D31D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31D54

Black with #D31D54

Text Example


Text Example

White with #D31D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31D54; }

 p { color: rgb(211,29,84); }

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

background-color css

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

 a { background-color: rgb(211,29,84); }

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

border-color css

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

 span { border-color: rgb(211,29,84); }

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