Html Css Color HEX #DC4F4D Valencia

📋 copy color: '#DC4F4D'

red 220 ◦ green 79 ◦ blue 77

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

Shades of Valencia #DC4F4D

Tints of Valencia #DC4F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.48%

R = 58.51%
G = 21.01%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC4F4D (or 0xDC4F4D) is known color: Valencia. HEX triplet: DC, 4F and 4D. RGB value is (220,79,77). Sum of RGB (Red+Green+Blue) = 220+79+77=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4F4D is #23B0B2. Grayscale: #797979. Windows color (decimal): -2338995 or 5066716. OLE color: 5066716.

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

Color convert

RGB 220 79 77 -
CMYK 0 0.64 0.65 0.14
HSL 0.84º 0.67% 0.58% -
HSV(B) 0.84º 0.65% 0.86% -
XYZ 33.65 21.34 9.37 -
YUV 120.93 103.21 198.66 -
System Red Green Blue C M Y K H S L
Decimal 220 79 77 0 0.64 0.65 0.14 0.84 0.67 0.58
Hex DC 4F 4D 0 40 41 E 1 43 3A
Octal 334 117 115 0 100 101 16 1 103 72
Binary 11011100 1001111 1001101 0 1000000 1000001 1110 1 1000011 111010

Color Harmonies of #DC4F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F4D

Black with #DC4F4D

Text Example


Text Example

White with #DC4F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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