Html Css Color HEX #DF5950 Valencia

📋 copy color: '#DF5950'

red 223 ◦ green 89 ◦ blue 80

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

Shades of Valencia #DF5950

Tints of Valencia #DF5950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.7%

 BLUE value IS 80 (31.64% from 255) = 20.41%

R = 56.89%
G = 22.7%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF5950 (or 0xDF5950) is known color: Valencia. HEX triplet: DF, 59 and 50. RGB value is (223,89,80). Sum of RGB (Red+Green+Blue) = 223+89+80=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5950 is #20A6AF. Grayscale: #808080. Windows color (decimal): -2139824 or 5265887. OLE color: 5265887.

HSL color Cylindrical-coordinate representation of color #DF5950: hue angle of 3.78º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5950 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 89 80 -
CMYK 0 0.60 0.64 0.13
HSL 3.78º 0.69% 0.59% -
HSV(B) 3.78º 0.64% 0.87% -
XYZ 35.45 23.41 10.24 -
YUV 128.04 100.89 195.73 -
System Red Green Blue C M Y K H S L
Decimal 223 89 80 0 0.60 0.64 0.13 3.78 0.69 0.59
Hex DF 59 50 0 3C 40 D 4 45 3B
Octal 337 131 120 0 74 100 15 4 105 73
Binary 11011111 1011001 1010000 0 111100 1000000 1101 100 1000101 111011

Color Harmonies of #DF5950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5950

Black with #DF5950

Text Example


Text Example

White with #DF5950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5950; }

 p { color: rgb(223,89,80); }

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

background-color css

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

 a { background-color: rgb(223,89,80); }

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

border-color css

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

 span { border-color: rgb(223,89,80); }

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