Html Css Color HEX #DF5350 Valencia

📋 copy color: '#DF5350'

red 223 ◦ green 83 ◦ blue 80

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

Shades of Valencia #DF5350

Tints of Valencia #DF5350

RGB

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

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

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

R = 57.77%
G = 21.5%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF5350 (or 0xDF5350) is known color: Valencia. HEX triplet: DF, 53 and 50. RGB value is (223,83,80). Sum of RGB (Red+Green+Blue) = 223+83+80=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5350 is #20ACAF. Grayscale: #7C7C7C. Windows color (decimal): -2141360 or 5264351. OLE color: 5264351.

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

Color convert

RGB 223 83 80 -
CMYK 0 0.63 0.64 0.13
HSL 1.26º 0.69% 0.59% -
HSV(B) 1.26º 0.64% 0.87% -
XYZ 34.97 22.45 10.08 -
YUV 124.52 102.88 198.24 -
System Red Green Blue C M Y K H S L
Decimal 223 83 80 0 0.63 0.64 0.13 1.26 0.69 0.59
Hex DF 53 50 0 3F 40 D 1 45 3B
Octal 337 123 120 0 77 100 15 1 105 73
Binary 11011111 1010011 1010000 0 111111 1000000 1101 1 1000101 111011

Color Harmonies of #DF5350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5350

Black with #DF5350

Text Example


Text Example

White with #DF5350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5350; }

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

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

background-color css

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

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

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

border-color css

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

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

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