Html Css Color HEX #DC4F4A Valencia

📋 copy color: '#DC4F4A'

red 220 ◦ green 79 ◦ blue 74

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

Shades of Valencia #DC4F4A

Tints of Valencia #DC4F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.84%

R = 58.98%
G = 21.18%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC4F4A (or 0xDC4F4A) is known color: Valencia. HEX triplet: DC, 4F and 4A. RGB value is (220,79,74). Sum of RGB (Red+Green+Blue) = 220+79+74=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4F4A is #23B0B5. Grayscale: #787878. Windows color (decimal): -2338998 or 4870108. OLE color: 4870108.

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

Color convert

RGB 220 79 74 -
CMYK 0 0.64 0.66 0.14
HSL 2.05º 0.68% 0.58% -
HSV(B) 2.05º 0.66% 0.86% -
XYZ 33.55 21.3 8.82 -
YUV 120.59 101.71 198.91 -
System Red Green Blue C M Y K H S L
Decimal 220 79 74 0 0.64 0.66 0.14 2.05 0.68 0.58
Hex DC 4F 4A 0 40 42 E 2 44 3A
Octal 334 117 112 0 100 102 16 2 104 72
Binary 11011100 1001111 1001010 0 1000000 1000010 1110 10 1000100 111010

Color Harmonies of #DC4F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F4A

Black with #DC4F4A

Text Example


Text Example

White with #DC4F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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