Html Css Color HEX #D71850 Ruby

📋 copy color: '#D71850'

red 215 ◦ green 24 ◦ blue 80

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

Shades of Ruby #D71850

Tints of Ruby #D71850

RGB

 RED value IS 215 (84.38% from 255) = 67.4%

 GREEN value IS 24 (9.77% from 255) = 7.52%

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

R = 67.4%
G = 7.52%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D71850 (or 0xD71850) is known color: Ruby. HEX triplet: D7, 18 and 50. RGB value is (215,24,80). Sum of RGB (Red+Green+Blue) = 215+24+80=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D71850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71850 is #28E7AF. Grayscale: #575757. Windows color (decimal): -2680752 or 5249239. OLE color: 5249239.

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

Color convert

RGB 215 24 80 -
CMYK 0 0.89 0.63 0.16
HSL 342.41º 0.8% 0.47% -
HSV(B) 342.41º 0.89% 0.84% -
XYZ 29.8 15.68 9.05 -
YUV 87.49 123.78 218.95 -
System Red Green Blue C M Y K H S L
Decimal 215 24 80 0 0.89 0.63 0.16 342.41 0.8 0.47
Hex D7 18 50 0 59 3F 10 156 50 2F
Octal 327 30 120 0 131 77 20 526 120 57
Binary 11010111 11000 1010000 0 1011001 111111 10000 101010110 1010000 101111

Color Harmonies of #D71850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71850

Black with #D71850

Text Example


Text Example

White with #D71850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71850; }

 p { color: rgb(215,24,80); }

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

background-color css

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

 a { background-color: rgb(215,24,80); }

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

border-color css

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

 span { border-color: rgb(215,24,80); }

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