Html Css Color HEX #D1195C Ruby

📋 copy color: '#D1195C'

red 209 ◦ green 25 ◦ blue 92

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

Shades of Ruby #D1195C

Tints of Ruby #D1195C

RGB

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

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

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

R = 64.11%
G = 7.67%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1195C (or 0xD1195C) is known color: Ruby. HEX triplet: D1, 19 and 5C. RGB value is (209,25,92). Sum of RGB (Red+Green+Blue) = 209+25+92=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D1195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1195C is #2EE6A3. Grayscale: #575757. Windows color (decimal): -3073700 or 6035921. OLE color: 6035921.

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

Color convert

RGB 209 25 92 -
CMYK 0 0.88 0.56 0.18
HSL 338.15º 0.79% 0.46% -
HSV(B) 338.15º 0.88% 0.82% -
XYZ 28.57 15.02 11.52 -
YUV 87.65 130.46 214.55 -
System Red Green Blue C M Y K H S L
Decimal 209 25 92 0 0.88 0.56 0.18 338.15 0.79 0.46
Hex D1 19 5C 0 58 38 12 152 4F 2E
Octal 321 31 134 0 130 70 22 522 117 56
Binary 11010001 11001 1011100 0 1011000 111000 10010 101010010 1001111 101110

Color Harmonies of #D1195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1195C

Black with #D1195C

Text Example


Text Example

White with #D1195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1195C; }

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

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

background-color css

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

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

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

border-color css

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

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

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