Html Css Color HEX #DF5050 Valencia

📋 copy color: '#DF5050'

red 223 ◦ green 80 ◦ blue 80

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

Shades of Valencia #DF5050

Tints of Valencia #DF5050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.89%

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

R = 58.22%
G = 20.89%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF5050 (or 0xDF5050) is known color: Valencia. HEX triplet: DF, 50 and 50. RGB value is (223,80,80). Sum of RGB (Red+Green+Blue) = 223+80+80=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5050 is #20AFAF. Grayscale: #7A7A7A. Windows color (decimal): -2142128 or 5263583. OLE color: 5263583.

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

Color convert

RGB 223 80 80 -
CMYK 0 0.64 0.64 0.13
HSL 0.69% 0.59% -
HSV(B) 0.64% 0.87% -
XYZ 34.75 22 10.01 -
YUV 122.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 223 80 80 0 0.64 0.64 0.13 0 0.69 0.59
Hex DF 50 50 0 40 40 D 0 45 3B
Octal 337 120 120 0 100 100 15 0 105 73
Binary 11011111 1010000 1010000 0 1000000 1000000 1101 0 1000101 111011

Color Harmonies of #DF5050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5050

Black with #DF5050

Text Example


Text Example

White with #DF5050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5050; }

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

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

background-color css

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

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

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

border-color css

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

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

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