Html Css Color HEX #DC4C49 Valencia

📋 copy color: '#DC4C49'

red 220 ◦ green 76 ◦ blue 73

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

Shades of Valencia #DC4C49

Tints of Valencia #DC4C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.6%

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

R = 59.62%
G = 20.6%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC4C49 (or 0xDC4C49) is known color: Valencia. HEX triplet: DC, 4C and 49. RGB value is (220,76,73). Sum of RGB (Red+Green+Blue) = 220+76+73=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4C49 is #23B3B6. Grayscale: #767676. Windows color (decimal): -2339767 or 4803804. OLE color: 4803804.

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

Color convert

RGB 220 76 73 -
CMYK 0 0.65 0.67 0.14
HSL 1.22º 0.68% 0.57% -
HSV(B) 1.22º 0.67% 0.86% -
XYZ 33.3 20.87 8.58 -
YUV 118.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 220 76 73 0 0.65 0.67 0.14 1.22 0.68 0.57
Hex DC 4C 49 0 41 43 E 1 44 39
Octal 334 114 111 0 101 103 16 1 104 71
Binary 11011100 1001100 1001001 0 1000001 1000011 1110 1 1000100 111001

Color Harmonies of #DC4C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4C49

Black with #DC4C49

Text Example


Text Example

White with #DC4C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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