Html Css Color HEX #DC4E47 Valencia

📋 copy color: '#DC4E47'

red 220 ◦ green 78 ◦ blue 71

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

Shades of Valencia #DC4E47

Tints of Valencia #DC4E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.24%

R = 59.62%
G = 21.14%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC4E47 (or 0xDC4E47) is known color: Valencia. HEX triplet: DC, 4E and 47. RGB value is (220,78,71). Sum of RGB (Red+Green+Blue) = 220+78+71=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E47 is #23B1B8. Grayscale: #777777. Windows color (decimal): -2339257 or 4673244. OLE color: 4673244.

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

Color convert

RGB 220 78 71 -
CMYK 0 0.65 0.68 0.14
HSL 2.82º 0.68% 0.57% -
HSV(B) 2.82º 0.68% 0.86% -
XYZ 33.38 21.12 8.28 -
YUV 119.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 220 78 71 0 0.65 0.68 0.14 2.82 0.68 0.57
Hex DC 4E 47 0 41 44 E 3 44 39
Octal 334 116 107 0 101 104 16 3 104 71
Binary 11011100 1001110 1000111 0 1000001 1000100 1110 11 1000100 111001

Color Harmonies of #DC4E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4E47

Black with #DC4E47

Text Example


Text Example

White with #DC4E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4E47; }

 p { color: rgb(220,78,71); }

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

background-color css

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

 a { background-color: rgb(220,78,71); }

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

border-color css

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

 span { border-color: rgb(220,78,71); }

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