Html Css Color HEX #DF5049 Valencia

📋 copy color: '#DF5049'

red 223 ◦ green 80 ◦ blue 73

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

Shades of Valencia #DF5049

Tints of Valencia #DF5049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.28%

 BLUE value IS 73 (28.91% from 255) = 19.41%

R = 59.31%
G = 21.28%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF5049 (or 0xDF5049) is known color: Valencia. HEX triplet: DF, 50 and 49. RGB value is (223,80,73). Sum of RGB (Red+Green+Blue) = 223+80+73=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5049 is #20AFB6. Grayscale: #7A7A7A. Windows color (decimal): -2142135 or 4804831. OLE color: 4804831.

HSL color Cylindrical-coordinate representation of color #DF5049: hue angle of 2.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF5049 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 80 73 -
CMYK 0 0.64 0.67 0.13
HSL 2.8º 0.7% 0.58% -
HSV(B) 2.8º 0.67% 0.87% -
XYZ 34.5 21.91 8.71 -
YUV 121.96 100.38 200.07 -
System Red Green Blue C M Y K H S L
Decimal 223 80 73 0 0.64 0.67 0.13 2.8 0.7 0.58
Hex DF 50 49 0 40 43 D 3 46 3A
Octal 337 120 111 0 100 103 15 3 106 72
Binary 11011111 1010000 1001001 0 1000000 1000011 1101 11 1000110 111010

Color Harmonies of #DF5049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5049

Black with #DF5049

Text Example


Text Example

White with #DF5049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5049; }

 p { color: rgb(223,80,73); }

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

background-color css

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

 a { background-color: rgb(223,80,73); }

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

border-color css

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

 span { border-color: rgb(223,80,73); }

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