Html Css Color HEX #DF584F Valencia

📋 copy color: '#DF584F'

red 223 ◦ green 88 ◦ blue 79

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

Shades of Valencia #DF584F

Tints of Valencia #DF584F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.56%

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

R = 57.18%
G = 22.56%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF584F (or 0xDF584F) is known color: Valencia. HEX triplet: DF, 58 and 4F. RGB value is (223,88,79). Sum of RGB (Red+Green+Blue) = 223+88+79=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF584F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF584F is #20A7B0. Grayscale: #7F7F7F. Windows color (decimal): -2140081 or 5200095. OLE color: 5200095.

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

Color convert

RGB 223 88 79 -
CMYK 0 0.61 0.65 0.13
HSL 3.75º 0.69% 0.59% -
HSV(B) 3.75º 0.65% 0.87% -
XYZ 35.33 23.23 10.02 -
YUV 127.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 223 88 79 0 0.61 0.65 0.13 3.75 0.69 0.59
Hex DF 58 4F 0 3D 41 D 4 45 3B
Octal 337 130 117 0 75 101 15 4 105 73
Binary 11011111 1011000 1001111 0 111101 1000001 1101 100 1000101 111011

Color Harmonies of #DF584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF584F

Black with #DF584F

Text Example


Text Example

White with #DF584F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF584F; }

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

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

background-color css

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

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

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

border-color css

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

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

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