Html Css Color HEX #DF504C Valencia

📋 copy color: '#DF504C'

red 223 ◦ green 80 ◦ blue 76

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

Shades of Valencia #DF504C

Tints of Valencia #DF504C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.05%

R = 58.84%
G = 21.11%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF504C (or 0xDF504C) is known color: Valencia. HEX triplet: DF, 50 and 4C. RGB value is (223,80,76). Sum of RGB (Red+Green+Blue) = 223+80+76=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF504C is #20AFB3. Grayscale: #7A7A7A. Windows color (decimal): -2142132 or 5001439. OLE color: 5001439.

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

Color convert

RGB 223 80 76 -
CMYK 0 0.64 0.66 0.13
HSL 1.63º 0.7% 0.59% -
HSV(B) 1.63º 0.66% 0.87% -
XYZ 34.6 21.95 9.25 -
YUV 122.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 223 80 76 0 0.64 0.66 0.13 1.63 0.7 0.59
Hex DF 50 4C 0 40 42 D 2 46 3B
Octal 337 120 114 0 100 102 15 2 106 73
Binary 11011111 1010000 1001100 0 1000000 1000010 1101 10 1000110 111011

Color Harmonies of #DF504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF504C

Black with #DF504C

Text Example


Text Example

White with #DF504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF504C; }

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

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

background-color css

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

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

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

border-color css

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

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

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