Html Css Color HEX #D6155F Ruby

📋 copy color: '#D6155F'

red 214 ◦ green 21 ◦ blue 95

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

Shades of Ruby #D6155F

Tints of Ruby #D6155F

RGB

 RED value IS 214 (83.98% from 255) = 64.85%

 GREEN value IS 21 (8.59% from 255) = 6.36%

 BLUE value IS 95 (37.5% from 255) = 28.79%

R = 64.85%
G = 6.36%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6155F (or 0xD6155F) is known color: Ruby. HEX triplet: D6, 15 and 5F. RGB value is (214,21,95). Sum of RGB (Red+Green+Blue) = 214+21+95=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D6155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6155F is #29EAA0. Grayscale: #575757. Windows color (decimal): -2747041 or 6231510. OLE color: 6231510.

HSL color Cylindrical-coordinate representation of color #D6155F: hue angle of 336.99º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6155F is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 95 -
CMYK 0 0.90 0.56 0.16
HSL 336.99º 0.82% 0.46% -
HSV(B) 336.99º 0.9% 0.84% -
XYZ 30.07 15.66 12.26 -
YUV 87.14 132.44 218.48 -
System Red Green Blue C M Y K H S L
Decimal 214 21 95 0 0.90 0.56 0.16 336.99 0.82 0.46
Hex D6 15 5F 0 5A 38 10 151 52 2E
Octal 326 25 137 0 132 70 20 521 122 56
Binary 11010110 10101 1011111 0 1011010 111000 10000 101010001 1010010 101110

Color Harmonies of #D6155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6155F

Black with #D6155F

Text Example


Text Example

White with #D6155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6155F; }

 p { color: rgb(214,21,95); }

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

background-color css

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

 a { background-color: rgb(214,21,95); }

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

border-color css

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

 span { border-color: rgb(214,21,95); }

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