Html Css Color HEX #D71E5E Ruby

📋 copy color: '#D71E5E'

red 215 ◦ green 30 ◦ blue 94

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

Shades of Ruby #D71E5E

Tints of Ruby #D71E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.85%

 BLUE value IS 94 (37.11% from 255) = 27.73%

R = 63.42%
G = 8.85%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D71E5E (or 0xD71E5E) is known color: Ruby. HEX triplet: D7, 1E and 5E. RGB value is (215,30,94). Sum of RGB (Red+Green+Blue) = 215+30+94=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71E5E is #28E1A1. Grayscale: #5C5C5C. Windows color (decimal): -2679202 or 6168279. OLE color: 6168279.

HSL color Cylindrical-coordinate representation of color #D71E5E: hue angle of 339.24º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71E5E is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 30 94 -
CMYK 0 0.86 0.56 0.16
HSL 339.24º 0.76% 0.48% -
HSV(B) 339.24º 0.86% 0.84% -
XYZ 30.51 16.18 12.11 -
YUV 92.61 128.79 215.3 -
System Red Green Blue C M Y K H S L
Decimal 215 30 94 0 0.86 0.56 0.16 339.24 0.76 0.48
Hex D7 1E 5E 0 56 38 10 153 4C 30
Octal 327 36 136 0 126 70 20 523 114 60
Binary 11010111 11110 1011110 0 1010110 111000 10000 101010011 1001100 110000

Color Harmonies of #D71E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71E5E

Black with #D71E5E

Text Example


Text Example

White with #D71E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71E5E; }

 p { color: rgb(215,30,94); }

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

background-color css

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

 a { background-color: rgb(215,30,94); }

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

border-color css

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

 span { border-color: rgb(215,30,94); }

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