Html Css Color HEX #D50F50 Ruby

📋 copy color: '#D50F50'

red 213 ◦ green 15 ◦ blue 80

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

Shades of Ruby #D50F50

Tints of Ruby #D50F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.97%

R = 69.16%
G = 4.87%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D50F50 (or 0xD50F50) is known color: Ruby. HEX triplet: D5, 0F and 50. RGB value is (213,15,80). Sum of RGB (Red+Green+Blue) = 213+15+80=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50F50 is #2AF0AF. Grayscale: #515151. Windows color (decimal): -2814128 or 5246933. OLE color: 5246933.

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

Color convert

RGB 213 15 80 -
CMYK 0 0.93 0.62 0.16
HSL 340.3º 0.87% 0.45% -
HSV(B) 340.3º 0.93% 0.84% -
XYZ 29.06 15.07 8.97 -
YUV 81.61 127.1 221.71 -
System Red Green Blue C M Y K H S L
Decimal 213 15 80 0 0.93 0.62 0.16 340.3 0.87 0.45
Hex D5 F 50 0 5D 3E 10 154 57 2D
Octal 325 17 120 0 135 76 20 524 127 55
Binary 11010101 1111 1010000 0 1011101 111110 10000 101010100 1010111 101101

Color Harmonies of #D50F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50F50

Black with #D50F50

Text Example


Text Example

White with #D50F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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