Html Css Color HEX #DC4F49 Valencia

📋 copy color: '#DC4F49'

red 220 ◦ green 79 ◦ blue 73

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

Shades of Valencia #DC4F49

Tints of Valencia #DC4F49

RGB

 RED value IS 220 (86.33% from 255) = 59.14%

 GREEN value IS 79 (31.25% from 255) = 21.24%

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

R = 59.14%
G = 21.24%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC4F49 (or 0xDC4F49) is known color: Valencia. HEX triplet: DC, 4F and 49. RGB value is (220,79,73). Sum of RGB (Red+Green+Blue) = 220+79+73=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4F49 is #23B0B6. Grayscale: #787878. Windows color (decimal): -2338999 or 4804572. OLE color: 4804572.

HSL color Cylindrical-coordinate representation of color #DC4F49: hue angle of 2.45º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC4F49 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 79 73 -
CMYK 0 0.64 0.67 0.14
HSL 2.45º 0.68% 0.57% -
HSV(B) 2.45º 0.67% 0.86% -
XYZ 33.51 21.29 8.65 -
YUV 120.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 220 79 73 0 0.64 0.67 0.14 2.45 0.68 0.57
Hex DC 4F 49 0 40 43 E 2 44 39
Octal 334 117 111 0 100 103 16 2 104 71
Binary 11011100 1001111 1001001 0 1000000 1000011 1110 10 1000100 111001

Color Harmonies of #DC4F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F49

Black with #DC4F49

Text Example


Text Example

White with #DC4F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F49; }

 p { color: rgb(220,79,73); }

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

background-color css

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

 a { background-color: rgb(220,79,73); }

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

border-color css

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

 span { border-color: rgb(220,79,73); }

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