Html Css Color HEX #DF195C Ruby

📋 copy color: '#DF195C'

red 223 ◦ green 25 ◦ blue 92

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

Shades of Ruby #DF195C

Tints of Ruby #DF195C

RGB

 RED value IS 223 (87.5% from 255) = 65.59%

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

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

R = 65.59%
G = 7.35%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF195C (or 0xDF195C) is known color: Ruby. HEX triplet: DF, 19 and 5C. RGB value is (223,25,92). Sum of RGB (Red+Green+Blue) = 223+25+92=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF195C is #20E6A3. Grayscale: #5B5B5B. Windows color (decimal): -2156196 or 6035935. OLE color: 6035935.

HSL color Cylindrical-coordinate representation of color #DF195C: hue angle of 339.7º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF195C is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 25 92 -
CMYK 0 0.89 0.59 0.13
HSL 339.7º 0.8% 0.49% -
HSV(B) 339.7º 0.89% 0.87% -
XYZ 32.71 17.16 11.71 -
YUV 91.84 128.1 221.55 -
System Red Green Blue C M Y K H S L
Decimal 223 25 92 0 0.89 0.59 0.13 339.7 0.8 0.49
Hex DF 19 5C 0 59 3B D 154 50 31
Octal 337 31 134 0 131 73 15 524 120 61
Binary 11011111 11001 1011100 0 1011001 111011 1101 101010100 1010000 110001

Color Harmonies of #DF195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF195C

Black with #DF195C

Text Example


Text Example

White with #DF195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF195C; }

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

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

background-color css

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

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

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

border-color css

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

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

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