Html Css Color HEX #DF534A Valencia

📋 copy color: '#DF534A'

red 223 ◦ green 83 ◦ blue 74

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

Shades of Valencia #DF534A

Tints of Valencia #DF534A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.47%

R = 58.68%
G = 21.84%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF534A (or 0xDF534A) is known color: Valencia. HEX triplet: DF, 53 and 4A. RGB value is (223,83,74). Sum of RGB (Red+Green+Blue) = 223+83+74=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF534A is #20ACB5. Grayscale: #7C7C7C. Windows color (decimal): -2141366 or 4871135. OLE color: 4871135.

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

Color convert

RGB 223 83 74 -
CMYK 0 0.63 0.67 0.13
HSL 3.62º 0.7% 0.58% -
HSV(B) 3.62º 0.67% 0.87% -
XYZ 34.76 22.37 8.96 -
YUV 123.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 223 83 74 0 0.63 0.67 0.13 3.62 0.7 0.58
Hex DF 53 4A 0 3F 43 D 4 46 3A
Octal 337 123 112 0 77 103 15 4 106 72
Binary 11011111 1010011 1001010 0 111111 1000011 1101 100 1000110 111010

Color Harmonies of #DF534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF534A

Black with #DF534A

Text Example


Text Example

White with #DF534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF534A; }

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

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

background-color css

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

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

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

border-color css

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

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

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