Html Css Color HEX #D81650 Ruby

📋 copy color: '#D81650'

red 216 ◦ green 22 ◦ blue 80

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

Shades of Ruby #D81650

Tints of Ruby #D81650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.92%

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

R = 67.92%
G = 6.92%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D81650 (or 0xD81650) is known color: Ruby. HEX triplet: D8, 16 and 50. RGB value is (216,22,80). Sum of RGB (Red+Green+Blue) = 216+22+80=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D81650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81650 is #27E9AF. Grayscale: #565656. Windows color (decimal): -2615728 or 5248728. OLE color: 5248728.

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

Color convert

RGB 216 22 80 -
CMYK 0 0.90 0.63 0.15
HSL 342.06º 0.82% 0.47% -
HSV(B) 342.06º 0.9% 0.85% -
XYZ 30.05 15.75 9.05 -
YUV 86.62 124.27 220.28 -
System Red Green Blue C M Y K H S L
Decimal 216 22 80 0 0.90 0.63 0.15 342.06 0.82 0.47
Hex D8 16 50 0 5A 3F F 156 52 2F
Octal 330 26 120 0 132 77 17 526 122 57
Binary 11011000 10110 1010000 0 1011010 111111 1111 101010110 1010010 101111

Color Harmonies of #D81650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81650

Black with #D81650

Text Example


Text Example

White with #D81650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81650; }

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

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

background-color css

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

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

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

border-color css

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

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

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