Html Css Color HEX #DF534E Valencia

📋 copy color: '#DF534E'

red 223 ◦ green 83 ◦ blue 78

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

Shades of Valencia #DF534E

Tints of Valencia #DF534E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.31%

R = 58.07%
G = 21.61%
B = 20.31%

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

#DF534E (or 0xDF534E) is known color: Valencia. HEX triplet: DF, 53 and 4E. RGB value is (223,83,78). Sum of RGB (Red+Green+Blue) = 223+83+78=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF534E is #20ACB1. Grayscale: #7C7C7C. Windows color (decimal): -2141362 or 5133279. OLE color: 5133279.

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

Color convert

RGB 223 83 78 -
CMYK 0 0.63 0.65 0.13
HSL 2.07º 0.69% 0.59% -
HSV(B) 2.07º 0.65% 0.87% -
XYZ 34.9 22.42 9.7 -
YUV 124.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 223 83 78 0 0.63 0.65 0.13 2.07 0.69 0.59
Hex DF 53 4E 0 3F 41 D 2 45 3B
Octal 337 123 116 0 77 101 15 2 105 73
Binary 11011111 1010011 1001110 0 111111 1000001 1101 10 1000101 111011

Color Harmonies of #DF534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF534E

Black with #DF534E

Text Example


Text Example

White with #DF534E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF534E; }

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

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

background-color css

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

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

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

border-color css

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

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

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