Html Css Color HEX #DF5047 Valencia

📋 copy color: '#DF5047'

red 223 ◦ green 80 ◦ blue 71

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

Shades of Valencia #DF5047

Tints of Valencia #DF5047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.98%

R = 59.63%
G = 21.39%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF5047 (or 0xDF5047) is known color: Valencia. HEX triplet: DF, 50 and 47. RGB value is (223,80,71). Sum of RGB (Red+Green+Blue) = 223+80+71=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5047 is #20AFB8. Grayscale: #797979. Windows color (decimal): -2142137 or 4673759. OLE color: 4673759.

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

Color convert

RGB 223 80 71 -
CMYK 0 0.64 0.68 0.13
HSL 3.55º 0.7% 0.58% -
HSV(B) 3.55º 0.68% 0.87% -
XYZ 34.44 21.88 8.37 -
YUV 121.73 99.38 200.23 -
System Red Green Blue C M Y K H S L
Decimal 223 80 71 0 0.64 0.68 0.13 3.55 0.7 0.58
Hex DF 50 47 0 40 44 D 4 46 3A
Octal 337 120 107 0 100 104 15 4 106 72
Binary 11011111 1010000 1000111 0 1000000 1000100 1101 100 1000110 111010

Color Harmonies of #DF5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5047

Black with #DF5047

Text Example


Text Example

White with #DF5047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5047; }

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

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

background-color css

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

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

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

border-color css

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

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

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