Html Css Color HEX #DF7379 Froly

📋 copy color: '#DF7379'

red 223 ◦ green 115 ◦ blue 121

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

Shades of Froly #DF7379

Tints of Froly #DF7379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.05%

 BLUE value IS 121 (47.66% from 255) = 26.36%

R = 48.58%
G = 25.05%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF7379 (or 0xDF7379) is known color: Froly. HEX triplet: DF, 73 and 79. RGB value is (223,115,121). Sum of RGB (Red+Green+Blue) = 223+115+121=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7379 is #208C86. Grayscale: #949494. Windows color (decimal): -2133127 or 7959519. OLE color: 7959519.

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

Color convert

RGB 223 115 121 -
CMYK 0 0.48 0.46 0.13
HSL 356.67º 0.63% 0.66% -
HSV(B) 356.67º 0.48% 0.87% -
XYZ 40.01 29.33 21.64 -
YUV 147.98 112.78 181.51 -
System Red Green Blue C M Y K H S L
Decimal 223 115 121 0 0.48 0.46 0.13 356.67 0.63 0.66
Hex DF 73 79 0 30 2E D 165 3F 42
Octal 337 163 171 0 60 56 15 545 77 102
Binary 11011111 1110011 1111001 0 110000 101110 1101 101100101 111111 1000010

Color Harmonies of #DF7379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7379

Black with #DF7379

Text Example


Text Example

White with #DF7379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7379; }

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

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

background-color css

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

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

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

border-color css

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

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

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