Html Css Color HEX #D81950 Ruby

📋 copy color: '#D81950'

red 216 ◦ green 25 ◦ blue 80

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

Shades of Ruby #D81950

Tints of Ruby #D81950

RGB

 RED value IS 216 (84.77% from 255) = 67.29%

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

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

R = 67.29%
G = 7.79%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D81950 (or 0xD81950) is known color: Ruby. HEX triplet: D8, 19 and 50. RGB value is (216,25,80). Sum of RGB (Red+Green+Blue) = 216+25+80=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D81950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81950 is #27E6AF. Grayscale: #585858. Windows color (decimal): -2614960 or 5249496. OLE color: 5249496.

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

Color convert

RGB 216 25 80 -
CMYK 0 0.88 0.63 0.15
HSL 342.72º 0.79% 0.47% -
HSV(B) 342.72º 0.88% 0.85% -
XYZ 30.11 15.87 9.07 -
YUV 88.38 123.28 219.03 -
System Red Green Blue C M Y K H S L
Decimal 216 25 80 0 0.88 0.63 0.15 342.72 0.79 0.47
Hex D8 19 50 0 58 3F F 157 4F 2F
Octal 330 31 120 0 130 77 17 527 117 57
Binary 11011000 11001 1010000 0 1011000 111111 1111 101010111 1001111 101111

Color Harmonies of #D81950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81950

Black with #D81950

Text Example


Text Example

White with #D81950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81950; }

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

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

background-color css

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

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

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

border-color css

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

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

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