Html Css Color HEX #D6095F Ruby

📋 copy color: '#D6095F'

red 214 ◦ green 9 ◦ blue 95

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

Shades of Ruby #D6095F

Tints of Ruby #D6095F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.83%

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

R = 67.3%
G = 2.83%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6095F (or 0xD6095F) is known color: Ruby. HEX triplet: D6, 09 and 5F. RGB value is (214,9,95). Sum of RGB (Red+Green+Blue) = 214+9+95=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D6095F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6095F is #29F6A0. Grayscale: #4F4F4F. Windows color (decimal): -2750113 or 6228438. OLE color: 6228438.

HSL color Cylindrical-coordinate representation of color #D6095F: hue angle of 334.83º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6095F is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 9 95 -
CMYK 0 0.96 0.56 0.16
HSL 334.83º 0.92% 0.44% -
HSV(B) 334.83º 0.96% 0.84% -
XYZ 29.89 15.32 12.21 -
YUV 80.1 136.42 223.51 -
System Red Green Blue C M Y K H S L
Decimal 214 9 95 0 0.96 0.56 0.16 334.83 0.92 0.44
Hex D6 9 5F 0 60 38 10 14F 5C 2C
Octal 326 11 137 0 140 70 20 517 134 54
Binary 11010110 1001 1011111 0 1100000 111000 10000 101001111 1011100 101100

Color Harmonies of #D6095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6095F

Black with #D6095F

Text Example


Text Example

White with #D6095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6095F; }

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

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

background-color css

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

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

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

border-color css

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

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

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