Html Css Color HEX #DF504F Valencia

📋 copy color: '#DF504F'

red 223 ◦ green 80 ◦ blue 79

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

Shades of Valencia #DF504F

Tints of Valencia #DF504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.68%

R = 58.38%
G = 20.94%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF504F (or 0xDF504F) is known color: Valencia. HEX triplet: DF, 50 and 4F. RGB value is (223,80,79). Sum of RGB (Red+Green+Blue) = 223+80+79=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF504F is #20AFB0. Grayscale: #7A7A7A. Windows color (decimal): -2142129 or 5198047. OLE color: 5198047.

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

Color convert

RGB 223 80 79 -
CMYK 0 0.64 0.65 0.13
HSL 0.42º 0.69% 0.59% -
HSV(B) 0.42º 0.65% 0.87% -
XYZ 34.71 21.99 9.81 -
YUV 122.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 223 80 79 0 0.64 0.65 0.13 0.42 0.69 0.59
Hex DF 50 4F 0 40 41 D 0 45 3B
Octal 337 120 117 0 100 101 15 0 105 73
Binary 11011111 1010000 1001111 0 1000000 1000001 1101 0 1000101 111011

Color Harmonies of #DF504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF504F

Black with #DF504F

Text Example


Text Example

White with #DF504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF504F; }

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

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

background-color css

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

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

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

border-color css

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

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

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