Html Css Color HEX #D71C56 Ruby

📋 copy color: '#D71C56'

red 215 ◦ green 28 ◦ blue 86

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

Shades of Ruby #D71C56

Tints of Ruby #D71C56

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.51%

 BLUE value IS 86 (33.98% from 255) = 26.14%

R = 65.35%
G = 8.51%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#D71C56 (or 0xD71C56) is known color: Ruby. HEX triplet: D7, 1C and 56. RGB value is (215,28,86). Sum of RGB (Red+Green+Blue) = 215+28+86=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71C56 is #28E3A9. Grayscale: #5A5A5A. Windows color (decimal): -2679722 or 5643479. OLE color: 5643479.

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

Color convert

RGB 215 28 86 -
CMYK 0 0.87 0.6 0.16
HSL 341.39º 0.77% 0.48% -
HSV(B) 341.39º 0.87% 0.84% -
XYZ 30.12 15.95 10.3 -
YUV 90.53 125.45 216.78 -
System Red Green Blue C M Y K H S L
Decimal 215 28 86 0 0.87 0.6 0.16 341.39 0.77 0.48
Hex D7 1C 56 0 57 3C 10 155 4D 30
Octal 327 34 126 0 127 74 20 525 115 60
Binary 11010111 11100 1010110 0 1010111 111100 10000 101010101 1001101 110000

Color Harmonies of #D71C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71C56

Black with #D71C56

Text Example


Text Example

White with #D71C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71C56; }

 p { color: rgb(215,28,86); }

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

background-color css

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

 a { background-color: rgb(215,28,86); }

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

border-color css

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

 span { border-color: rgb(215,28,86); }

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