Html Css Color HEX #DF524B Valencia

📋 copy color: '#DF524B'

red 223 ◦ green 82 ◦ blue 75

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

Shades of Valencia #DF524B

Tints of Valencia #DF524B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.74%

R = 58.68%
G = 21.58%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF524B (or 0xDF524B) is known color: Valencia. HEX triplet: DF, 52 and 4B. RGB value is (223,82,75). Sum of RGB (Red+Green+Blue) = 223+82+75=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF524B is #20ADB4. Grayscale: #7B7B7B. Windows color (decimal): -2141621 or 4936415. OLE color: 4936415.

HSL color Cylindrical-coordinate representation of color #DF524B: hue angle of 2.84º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF524B is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 82 75 -
CMYK 0 0.63 0.66 0.13
HSL 2.84º 0.7% 0.58% -
HSV(B) 2.84º 0.66% 0.87% -
XYZ 34.72 22.23 9.12 -
YUV 123.36 100.71 199.07 -
System Red Green Blue C M Y K H S L
Decimal 223 82 75 0 0.63 0.66 0.13 2.84 0.7 0.58
Hex DF 52 4B 0 3F 42 D 3 46 3A
Octal 337 122 113 0 77 102 15 3 106 72
Binary 11011111 1010010 1001011 0 111111 1000010 1101 11 1000110 111010

Color Harmonies of #DF524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF524B

Black with #DF524B

Text Example


Text Example

White with #DF524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF524B; }

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

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

background-color css

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

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

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

border-color css

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

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

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