Html Css Color HEX #DF524E Valencia

📋 copy color: '#DF524E'

red 223 ◦ green 82 ◦ blue 78

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

Shades of Valencia #DF524E

Tints of Valencia #DF524E

RGB

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

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

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

R = 58.22%
G = 21.41%
B = 20.37%

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

#DF524E (or 0xDF524E) is known color: Valencia. HEX triplet: DF, 52 and 4E. RGB value is (223,82,78). Sum of RGB (Red+Green+Blue) = 223+82+78=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF524E is #20ADB1. Grayscale: #7B7B7B. Windows color (decimal): -2141618 or 5133023. OLE color: 5133023.

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

Color convert

RGB 223 82 78 -
CMYK 0 0.63 0.65 0.13
HSL 1.66º 0.69% 0.59% -
HSV(B) 1.66º 0.65% 0.87% -
XYZ 34.82 22.27 9.67 -
YUV 123.7 102.21 198.83 -
System Red Green Blue C M Y K H S L
Decimal 223 82 78 0 0.63 0.65 0.13 1.66 0.69 0.59
Hex DF 52 4E 0 3F 41 D 2 45 3B
Octal 337 122 116 0 77 101 15 2 105 73
Binary 11011111 1010010 1001110 0 111111 1000001 1101 10 1000101 111011

Color Harmonies of #DF524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF524E

Black with #DF524E

Text Example


Text Example

White with #DF524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF524E; }

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

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

background-color css

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

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

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

border-color css

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

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

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