Html Css Color HEX #D6195B Ruby

📋 copy color: '#D6195B'

red 214 ◦ green 25 ◦ blue 91

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

Shades of Ruby #D6195B

Tints of Ruby #D6195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.58%

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 64.85%
G = 7.58%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6195B (or 0xD6195B) is known color: Ruby. HEX triplet: D6, 19 and 5B. RGB value is (214,25,91). Sum of RGB (Red+Green+Blue) = 214+25+91=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D6195B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6195B is #29E6A4. Grayscale: #585858. Windows color (decimal): -2746021 or 5970390. OLE color: 5970390.

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

Color convert

RGB 214 25 91 -
CMYK 0 0.88 0.57 0.16
HSL 339.05º 0.79% 0.47% -
HSV(B) 339.05º 0.88% 0.84% -
XYZ 29.97 15.75 11.36 -
YUV 89.04 129.12 217.13 -
System Red Green Blue C M Y K H S L
Decimal 214 25 91 0 0.88 0.57 0.16 339.05 0.79 0.47
Hex D6 19 5B 0 58 39 10 153 4F 2F
Octal 326 31 133 0 130 71 20 523 117 57
Binary 11010110 11001 1011011 0 1011000 111001 10000 101010011 1001111 101111

Color Harmonies of #D6195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6195B

Black with #D6195B

Text Example


Text Example

White with #D6195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6195B; }

 p { color: rgb(214,25,91); }

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

background-color css

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

 a { background-color: rgb(214,25,91); }

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

border-color css

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

 span { border-color: rgb(214,25,91); }

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