Html Css Color HEX #D50F53 Ruby

📋 copy color: '#D50F53'

red 213 ◦ green 15 ◦ blue 83

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

Shades of Ruby #D50F53

Tints of Ruby #D50F53

RGB

 RED value IS 213 (83.59% from 255) = 68.49%

 GREEN value IS 15 (6.25% from 255) = 4.82%

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

R = 68.49%
G = 4.82%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D50F53 (or 0xD50F53) is known color: Ruby. HEX triplet: D5, 0F and 53. RGB value is (213,15,83). Sum of RGB (Red+Green+Blue) = 213+15+83=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50F53 is #2AF0AC. Grayscale: #515151. Windows color (decimal): -2814125 or 5443541. OLE color: 5443541.

HSL color Cylindrical-coordinate representation of color #D50F53: hue angle of 339.39º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50F53 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 15 83 -
CMYK 0 0.93 0.61 0.16
HSL 339.39º 0.87% 0.45% -
HSV(B) 339.39º 0.93% 0.84% -
XYZ 29.17 15.11 9.56 -
YUV 81.95 128.6 221.47 -
System Red Green Blue C M Y K H S L
Decimal 213 15 83 0 0.93 0.61 0.16 339.39 0.87 0.45
Hex D5 F 53 0 5D 3D 10 153 57 2D
Octal 325 17 123 0 135 75 20 523 127 55
Binary 11010101 1111 1010011 0 1011101 111101 10000 101010011 1010111 101101

Color Harmonies of #D50F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50F53

Black with #D50F53

Text Example


Text Example

White with #D50F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50F53; }

 p { color: rgb(213,15,83); }

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

background-color css

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

 a { background-color: rgb(213,15,83); }

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

border-color css

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

 span { border-color: rgb(213,15,83); }

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