Html Css Color HEX #DF5650 Valencia

📋 copy color: '#DF5650'

red 223 ◦ green 86 ◦ blue 80

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

Shades of Valencia #DF5650

Tints of Valencia #DF5650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.11%

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

R = 57.33%
G = 22.11%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF5650 (or 0xDF5650) is known color: Valencia. HEX triplet: DF, 56 and 50. RGB value is (223,86,80). Sum of RGB (Red+Green+Blue) = 223+86+80=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5650 is #20A9AF. Grayscale: #7E7E7E. Windows color (decimal): -2140592 or 5265119. OLE color: 5265119.

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

Color convert

RGB 223 86 80 -
CMYK 0 0.61 0.64 0.13
HSL 2.52º 0.69% 0.59% -
HSV(B) 2.52º 0.64% 0.87% -
XYZ 35.21 22.92 10.16 -
YUV 126.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 223 86 80 0 0.61 0.64 0.13 2.52 0.69 0.59
Hex DF 56 50 0 3D 40 D 3 45 3B
Octal 337 126 120 0 75 100 15 3 105 73
Binary 11011111 1010110 1010000 0 111101 1000000 1101 11 1000101 111011

Color Harmonies of #DF5650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5650

Black with #DF5650

Text Example


Text Example

White with #DF5650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5650; }

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

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

background-color css

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

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

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

border-color css

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

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

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