Html Css Color HEX #DF5849 Valencia

📋 copy color: '#DF5849'

red 223 ◦ green 88 ◦ blue 73

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

Shades of Valencia #DF5849

Tints of Valencia #DF5849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.92%

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

R = 58.07%
G = 22.92%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF5849 (or 0xDF5849) is known color: Valencia. HEX triplet: DF, 58 and 49. RGB value is (223,88,73). Sum of RGB (Red+Green+Blue) = 223+88+73=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5849 is #20A7B6. Grayscale: #7E7E7E. Windows color (decimal): -2140087 or 4806879. OLE color: 4806879.

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

Color convert

RGB 223 88 73 -
CMYK 0 0.61 0.67 0.13
HSL 0.7% 0.58% -
HSV(B) 0.67% 0.87% -
XYZ 35.12 23.15 8.92 -
YUV 126.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 223 88 73 0 0.61 0.67 0.13 6 0.7 0.58
Hex DF 58 49 0 3D 43 D 6 46 3A
Octal 337 130 111 0 75 103 15 6 106 72
Binary 11011111 1011000 1001001 0 111101 1000011 1101 110 1000110 111010

Color Harmonies of #DF5849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5849

Black with #DF5849

Text Example


Text Example

White with #DF5849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5849; }

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

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

background-color css

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

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

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

border-color css

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

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

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