Html Css Color HEX #DF7173 Froly

📋 copy color: '#DF7173'

red 223 ◦ green 113 ◦ blue 115

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

Shades of Froly #DF7173

Tints of Froly #DF7173

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.06%

 BLUE value IS 115 (45.31% from 255) = 25.5%

R = 49.45%
G = 25.06%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF7173 (or 0xDF7173) is known color: Froly. HEX triplet: DF, 71 and 73. RGB value is (223,113,115). Sum of RGB (Red+Green+Blue) = 223+113+115=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7173 is #208E8C. Grayscale: #929292. Windows color (decimal): -2133645 or 7565791. OLE color: 7565791.

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

Color convert

RGB 223 113 115 -
CMYK 0 0.49 0.48 0.13
HSL 358.91º 0.63% 0.66% -
HSV(B) 358.91º 0.49% 0.87% -
XYZ 39.43 28.74 19.69 -
YUV 146.12 110.44 182.84 -
System Red Green Blue C M Y K H S L
Decimal 223 113 115 0 0.49 0.48 0.13 358.91 0.63 0.66
Hex DF 71 73 0 31 30 D 167 3F 42
Octal 337 161 163 0 61 60 15 547 77 102
Binary 11011111 1110001 1110011 0 110001 110000 1101 101100111 111111 1000010

Color Harmonies of #DF7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7173

Black with #DF7173

Text Example


Text Example

White with #DF7173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7173; }

 p { color: rgb(223,113,115); }

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

background-color css

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

 a { background-color: rgb(223,113,115); }

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

border-color css

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

 span { border-color: rgb(223,113,115); }

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