Html Css Color HEX #DF534B Valencia

📋 copy color: '#DF534B'

red 223 ◦ green 83 ◦ blue 75

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

Shades of Valencia #DF534B

Tints of Valencia #DF534B

RGB

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

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

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

R = 58.53%
G = 21.78%
B = 19.69%

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

#DF534B (or 0xDF534B) is known color: Valencia. HEX triplet: DF, 53 and 4B. RGB value is (223,83,75). Sum of RGB (Red+Green+Blue) = 223+83+75=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF534B is #20ACB4. Grayscale: #7C7C7C. Windows color (decimal): -2141365 or 4936671. OLE color: 4936671.

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

Color convert

RGB 223 83 75 -
CMYK 0 0.63 0.66 0.13
HSL 3.24º 0.7% 0.58% -
HSV(B) 3.24º 0.66% 0.87% -
XYZ 34.79 22.38 9.14 -
YUV 123.95 100.38 198.65 -
System Red Green Blue C M Y K H S L
Decimal 223 83 75 0 0.63 0.66 0.13 3.24 0.7 0.58
Hex DF 53 4B 0 3F 42 D 3 46 3A
Octal 337 123 113 0 77 102 15 3 106 72
Binary 11011111 1010011 1001011 0 111111 1000010 1101 11 1000110 111010

Color Harmonies of #DF534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF534B

Black with #DF534B

Text Example


Text Example

White with #DF534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF534B; }

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

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

background-color css

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

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

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

border-color css

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

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

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