Html Css Color HEX #DC4F40 Valencia

📋 copy color: '#DC4F40'

red 220 ◦ green 79 ◦ blue 64

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

Shades of Valencia #DC4F40

Tints of Valencia #DC4F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.63%

R = 60.61%
G = 21.76%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC4F40 (or 0xDC4F40) is known color: Valencia. HEX triplet: DC, 4F and 40. RGB value is (220,79,64). Sum of RGB (Red+Green+Blue) = 220+79+64=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4F40 is #23B0BF. Grayscale: #777777. Windows color (decimal): -2339008 or 4214748. OLE color: 4214748.

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

Color convert

RGB 220 79 64 -
CMYK 0 0.64 0.71 0.14
HSL 5.77º 0.69% 0.56% -
HSV(B) 5.77º 0.71% 0.86% -
XYZ 33.24 21.18 7.19 -
YUV 119.45 96.71 199.72 -
System Red Green Blue C M Y K H S L
Decimal 220 79 64 0 0.64 0.71 0.14 5.77 0.69 0.56
Hex DC 4F 40 0 40 47 E 6 45 38
Octal 334 117 100 0 100 107 16 6 105 70
Binary 11011100 1001111 1000000 0 1000000 1000111 1110 110 1000101 111000

Color Harmonies of #DC4F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F40

Black with #DC4F40

Text Example


Text Example

White with #DC4F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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