Html Css Color HEX #D1095C Ruby

📋 copy color: '#D1095C'

red 209 ◦ green 9 ◦ blue 92

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

Shades of Ruby #D1095C

Tints of Ruby #D1095C

RGB

 RED value IS 209 (82.03% from 255) = 67.42%

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

 BLUE value IS 92 (36.33% from 255) = 29.68%

R = 67.42%
G = 2.9%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1095C (or 0xD1095C) is known color: Ruby. HEX triplet: D1, 09 and 5C. RGB value is (209,9,92). Sum of RGB (Red+Green+Blue) = 209+9+92=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D1095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1095C is #2EF6A3. Grayscale: #4E4E4E. Windows color (decimal): -3077796 or 6031825. OLE color: 6031825.

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

Color convert

RGB 209 9 92 -
CMYK 0 0.96 0.56 0.18
HSL 335.1º 0.92% 0.43% -
HSV(B) 335.1º 0.96% 0.82% -
XYZ 28.32 14.52 11.44 -
YUV 78.26 135.76 221.25 -
System Red Green Blue C M Y K H S L
Decimal 209 9 92 0 0.96 0.56 0.18 335.1 0.92 0.43
Hex D1 9 5C 0 60 38 12 14F 5C 2B
Octal 321 11 134 0 140 70 22 517 134 53
Binary 11010001 1001 1011100 0 1100000 111000 10010 101001111 1011100 101011

Color Harmonies of #D1095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1095C

Black with #D1095C

Text Example


Text Example

White with #D1095C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1095C; }

 p { color: rgb(209,9,92); }

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

background-color css

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

 a { background-color: rgb(209,9,92); }

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

border-color css

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

 span { border-color: rgb(209,9,92); }

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