Html Css Color HEX #DC5240 Valencia

📋 copy color: '#DC5240'

red 220 ◦ green 82 ◦ blue 64

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

Shades of Valencia #DC5240

Tints of Valencia #DC5240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.4%

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

R = 60.11%
G = 22.4%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC5240 (or 0xDC5240) is known color: Valencia. HEX triplet: DC, 52 and 40. RGB value is (220,82,64). Sum of RGB (Red+Green+Blue) = 220+82+64=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5240 is #23ADBF. Grayscale: #797979. Windows color (decimal): -2338240 or 4215516. OLE color: 4215516.

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

Color convert

RGB 220 82 64 -
CMYK 0 0.63 0.71 0.14
HSL 6.92º 0.69% 0.56% -
HSV(B) 6.92º 0.71% 0.86% -
XYZ 33.46 21.62 7.26 -
YUV 121.21 95.72 198.46 -
System Red Green Blue C M Y K H S L
Decimal 220 82 64 0 0.63 0.71 0.14 6.92 0.69 0.56
Hex DC 52 40 0 3F 47 E 7 45 38
Octal 334 122 100 0 77 107 16 7 105 70
Binary 11011100 1010010 1000000 0 111111 1000111 1110 111 1000101 111000

Color Harmonies of #DC5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5240

Black with #DC5240

Text Example


Text Example

White with #DC5240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5240; }

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

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

background-color css

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

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

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

border-color css

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

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

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