Html Css Color HEX #D6195A Ruby

📋 copy color: '#D6195A'

red 214 ◦ green 25 ◦ blue 90

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

Shades of Ruby #D6195A

Tints of Ruby #D6195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.36%

R = 65.05%
G = 7.6%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6195A (or 0xD6195A) is known color: Ruby. HEX triplet: D6, 19 and 5A. RGB value is (214,25,90). Sum of RGB (Red+Green+Blue) = 214+25+90=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D6195A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6195A is #29E6A5. Grayscale: #585858. Windows color (decimal): -2746022 or 5904854. OLE color: 5904854.

HSL color Cylindrical-coordinate representation of color #D6195A: hue angle of 339.37º 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 #D6195A is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 25 90 -
CMYK 0 0.88 0.58 0.16
HSL 339.37º 0.79% 0.47% -
HSV(B) 339.37º 0.88% 0.84% -
XYZ 29.92 15.73 11.13 -
YUV 88.92 128.62 217.21 -
System Red Green Blue C M Y K H S L
Decimal 214 25 90 0 0.88 0.58 0.16 339.37 0.79 0.47
Hex D6 19 5A 0 58 3A 10 153 4F 2F
Octal 326 31 132 0 130 72 20 523 117 57
Binary 11010110 11001 1011010 0 1011000 111010 10000 101010011 1001111 101111

Color Harmonies of #D6195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6195A

Black with #D6195A

Text Example


Text Example

White with #D6195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6195A; }

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

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

background-color css

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

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

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

border-color css

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

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

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