Html Css Color HEX #DF5349 Valencia

📋 copy color: '#DF5349'

red 223 ◦ green 83 ◦ blue 73

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

Shades of Valencia #DF5349

Tints of Valencia #DF5349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.26%

R = 58.84%
G = 21.9%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF5349 (or 0xDF5349) is known color: Valencia. HEX triplet: DF, 53 and 49. RGB value is (223,83,73). Sum of RGB (Red+Green+Blue) = 223+83+73=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5349 is #20ACB6. Grayscale: #7B7B7B. Windows color (decimal): -2141367 or 4805599. OLE color: 4805599.

HSL color Cylindrical-coordinate representation of color #DF5349: hue angle of 4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF5349 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 83 73 -
CMYK 0 0.63 0.67 0.13
HSL 0.7% 0.58% -
HSV(B) 0.67% 0.87% -
XYZ 34.73 22.36 8.79 -
YUV 123.72 99.38 198.81 -
System Red Green Blue C M Y K H S L
Decimal 223 83 73 0 0.63 0.67 0.13 4 0.7 0.58
Hex DF 53 49 0 3F 43 D 4 46 3A
Octal 337 123 111 0 77 103 15 4 106 72
Binary 11011111 1010011 1001001 0 111111 1000011 1101 100 1000110 111010

Color Harmonies of #DF5349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5349

Black with #DF5349

Text Example


Text Example

White with #DF5349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5349; }

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

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

background-color css

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

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

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

border-color css

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

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

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