Html Css Color HEX #DF524D Valencia

📋 copy color: '#DF524D'

red 223 ◦ green 82 ◦ blue 77

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

Shades of Valencia #DF524D

Tints of Valencia #DF524D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.16%

R = 58.38%
G = 21.47%
B = 20.16%

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

#DF524D (or 0xDF524D) is known color: Valencia. HEX triplet: DF, 52 and 4D. RGB value is (223,82,77). Sum of RGB (Red+Green+Blue) = 223+82+77=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF524D is #20ADB2. Grayscale: #7B7B7B. Windows color (decimal): -2141619 or 5067487. OLE color: 5067487.

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

Color convert

RGB 223 82 77 -
CMYK 0 0.63 0.65 0.13
HSL 2.05º 0.7% 0.59% -
HSV(B) 2.05º 0.65% 0.87% -
XYZ 34.79 22.26 9.48 -
YUV 123.59 101.71 198.91 -
System Red Green Blue C M Y K H S L
Decimal 223 82 77 0 0.63 0.65 0.13 2.05 0.7 0.59
Hex DF 52 4D 0 3F 41 D 2 46 3B
Octal 337 122 115 0 77 101 15 2 106 73
Binary 11011111 1010010 1001101 0 111111 1000001 1101 10 1000110 111011

Color Harmonies of #DF524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF524D

Black with #DF524D

Text Example


Text Example

White with #DF524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF524D; }

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

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

background-color css

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

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

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

border-color css

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

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

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