Html Css Color HEX #DF524F Valencia

📋 copy color: '#DF524F'

red 223 ◦ green 82 ◦ blue 79

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

Shades of Valencia #DF524F

Tints of Valencia #DF524F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.35%

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

R = 58.07%
G = 21.35%
B = 20.57%

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

#DF524F (or 0xDF524F) is known color: Valencia. HEX triplet: DF, 52 and 4F. RGB value is (223,82,79). Sum of RGB (Red+Green+Blue) = 223+82+79=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF524F is #20ADB0. Grayscale: #7B7B7B. Windows color (decimal): -2141617 or 5198559. OLE color: 5198559.

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

Color convert

RGB 223 82 79 -
CMYK 0 0.63 0.65 0.13
HSL 1.25º 0.69% 0.59% -
HSV(B) 1.25º 0.65% 0.87% -
XYZ 34.86 22.29 9.86 -
YUV 123.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 223 82 79 0 0.63 0.65 0.13 1.25 0.69 0.59
Hex DF 52 4F 0 3F 41 D 1 45 3B
Octal 337 122 117 0 77 101 15 1 105 73
Binary 11011111 1010010 1001111 0 111111 1000001 1101 1 1000101 111011

Color Harmonies of #DF524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF524F

Black with #DF524F

Text Example


Text Example

White with #DF524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF524F; }

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

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

background-color css

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

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

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

border-color css

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

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

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