Html Css Color HEX #D61950 Ruby

📋 copy color: '#D61950'

red 214 ◦ green 25 ◦ blue 80

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

Shades of Ruby #D61950

Tints of Ruby #D61950

RGB

 RED value IS 214 (83.98% from 255) = 67.08%

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

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

R = 67.08%
G = 7.84%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D61950 (or 0xD61950) is known color: Ruby. HEX triplet: D6, 19 and 50. RGB value is (214,25,80). Sum of RGB (Red+Green+Blue) = 214+25+80=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D61950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61950 is #29E6AF. Grayscale: #575757. Windows color (decimal): -2746032 or 5249494. OLE color: 5249494.

HSL color Cylindrical-coordinate representation of color #D61950: hue angle of 342.54º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61950 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 25 80 -
CMYK 0 0.88 0.63 0.16
HSL 342.54º 0.79% 0.47% -
HSV(B) 342.54º 0.88% 0.84% -
XYZ 29.53 15.57 9.04 -
YUV 87.78 123.62 218.03 -
System Red Green Blue C M Y K H S L
Decimal 214 25 80 0 0.88 0.63 0.16 342.54 0.79 0.47
Hex D6 19 50 0 58 3F 10 157 4F 2F
Octal 326 31 120 0 130 77 20 527 117 57
Binary 11010110 11001 1010000 0 1011000 111111 10000 101010111 1001111 101111

Color Harmonies of #D61950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61950

Black with #D61950

Text Example


Text Example

White with #D61950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61950; }

 p { color: rgb(214,25,80); }

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

background-color css

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

 a { background-color: rgb(214,25,80); }

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

border-color css

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

 span { border-color: rgb(214,25,80); }

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