Html Css Color HEX #D70D56 Ruby

📋 copy color: '#D70D56'

red 215 ◦ green 13 ◦ blue 86

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

Shades of Ruby #D70D56

Tints of Ruby #D70D56

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.14%

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

R = 68.47%
G = 4.14%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#D70D56 (or 0xD70D56) is known color: Ruby. HEX triplet: D7, 0D and 56. RGB value is (215,13,86). Sum of RGB (Red+Green+Blue) = 215+13+86=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70D56 is #28F2A9. Grayscale: #515151. Windows color (decimal): -2683562 or 5639639. OLE color: 5639639.

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

Color convert

RGB 215 13 86 -
CMYK 0 0.94 0.6 0.16
HSL 338.32º 0.89% 0.45% -
HSV(B) 338.32º 0.94% 0.84% -
XYZ 29.85 15.41 10.2 -
YUV 81.72 130.42 223.06 -
System Red Green Blue C M Y K H S L
Decimal 215 13 86 0 0.94 0.6 0.16 338.32 0.89 0.45
Hex D7 D 56 0 5E 3C 10 152 59 2D
Octal 327 15 126 0 136 74 20 522 131 55
Binary 11010111 1101 1010110 0 1011110 111100 10000 101010010 1011001 101101

Color Harmonies of #D70D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70D56

Black with #D70D56

Text Example


Text Example

White with #D70D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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