Html Css Color HEX #DF5449 Valencia

📋 copy color: '#DF5449'

red 223 ◦ green 84 ◦ blue 73

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

Shades of Valencia #DF5449

Tints of Valencia #DF5449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.11%

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

R = 58.68%
G = 22.11%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF5449 (or 0xDF5449) is known color: Valencia. HEX triplet: DF, 54 and 49. RGB value is (223,84,73). Sum of RGB (Red+Green+Blue) = 223+84+73=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5449 is #20ABB6. Grayscale: #7C7C7C. Windows color (decimal): -2141111 or 4805855. OLE color: 4805855.

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

Color convert

RGB 223 84 73 -
CMYK 0 0.62 0.67 0.13
HSL 4.4º 0.7% 0.58% -
HSV(B) 4.4º 0.67% 0.87% -
XYZ 34.8 22.51 8.81 -
YUV 124.31 99.05 198.39 -
System Red Green Blue C M Y K H S L
Decimal 223 84 73 0 0.62 0.67 0.13 4.4 0.7 0.58
Hex DF 54 49 0 3E 43 D 4 46 3A
Octal 337 124 111 0 76 103 15 4 106 72
Binary 11011111 1010100 1001001 0 111110 1000011 1101 100 1000110 111010

Color Harmonies of #DF5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5449

Black with #DF5449

Text Example


Text Example

White with #DF5449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5449; }

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

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

background-color css

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

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

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

border-color css

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

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

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