Html Css Color HEX #DF4E49 Valencia

📋 copy color: '#DF4E49'

red 223 ◦ green 78 ◦ blue 73

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

Shades of Valencia #DF4E49

Tints of Valencia #DF4E49

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.86%

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

R = 59.63%
G = 20.86%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF4E49 (or 0xDF4E49) is known color: Valencia. HEX triplet: DF, 4E and 49. RGB value is (223,78,73). Sum of RGB (Red+Green+Blue) = 223+78+73=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4E49 is #20B1B6. Grayscale: #787878. Windows color (decimal): -2142647 or 4804319. OLE color: 4804319.

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

Color convert

RGB 223 78 73 -
CMYK 0 0.65 0.67 0.13
HSL 0.7% 0.58% -
HSV(B) 0.67% 0.87% -
XYZ 34.36 21.62 8.67 -
YUV 120.79 101.04 200.91 -
System Red Green Blue C M Y K H S L
Decimal 223 78 73 0 0.65 0.67 0.13 2 0.7 0.58
Hex DF 4E 49 0 41 43 D 2 46 3A
Octal 337 116 111 0 101 103 15 2 106 72
Binary 11011111 1001110 1001001 0 1000001 1000011 1101 10 1000110 111010

Color Harmonies of #DF4E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4E49

Black with #DF4E49

Text Example


Text Example

White with #DF4E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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