Html Css Color HEX #DF534F Valencia

📋 copy color: '#DF534F'

red 223 ◦ green 83 ◦ blue 79

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

Shades of Valencia #DF534F

Tints of Valencia #DF534F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.56%

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

R = 57.92%
G = 21.56%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF534F (or 0xDF534F) is known color: Valencia. HEX triplet: DF, 53 and 4F. RGB value is (223,83,79). Sum of RGB (Red+Green+Blue) = 223+83+79=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF534F is #20ACB0. Grayscale: #7C7C7C. Windows color (decimal): -2141361 or 5198815. OLE color: 5198815.

HSL color Cylindrical-coordinate representation of color #DF534F: hue angle of 1.67º 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 #DF534F is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 83 79 -
CMYK 0 0.63 0.65 0.13
HSL 1.67º 0.69% 0.59% -
HSV(B) 1.67º 0.65% 0.87% -
XYZ 34.94 22.44 9.89 -
YUV 124.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 223 83 79 0 0.63 0.65 0.13 1.67 0.69 0.59
Hex DF 53 4F 0 3F 41 D 2 45 3B
Octal 337 123 117 0 77 101 15 2 105 73
Binary 11011111 1010011 1001111 0 111111 1000001 1101 10 1000101 111011

Color Harmonies of #DF534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF534F

Black with #DF534F

Text Example


Text Example

White with #DF534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF534F; }

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

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

background-color css

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

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

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

border-color css

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

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

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