Html Css Color HEX #DC5042 Valencia

📋 copy color: '#DC5042'

red 220 ◦ green 80 ◦ blue 66

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

Shades of Valencia #DC5042

Tints of Valencia #DC5042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.86%

 BLUE value IS 66 (26.17% from 255) = 18.03%

R = 60.11%
G = 21.86%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC5042 (or 0xDC5042) is known color: Valencia. HEX triplet: DC, 50 and 42. RGB value is (220,80,66). Sum of RGB (Red+Green+Blue) = 220+80+66=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5042 is #23AFBD. Grayscale: #787878. Windows color (decimal): -2338750 or 4346076. OLE color: 4346076.

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

Color convert

RGB 220 80 66 -
CMYK 0 0.64 0.7 0.14
HSL 5.45º 0.69% 0.56% -
HSV(B) 5.45º 0.7% 0.86% -
XYZ 33.37 21.35 7.52 -
YUV 120.26 97.38 199.14 -
System Red Green Blue C M Y K H S L
Decimal 220 80 66 0 0.64 0.7 0.14 5.45 0.69 0.56
Hex DC 50 42 0 40 46 E 5 45 38
Octal 334 120 102 0 100 106 16 5 105 70
Binary 11011100 1010000 1000010 0 1000000 1000110 1110 101 1000101 111000

Color Harmonies of #DC5042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5042

Black with #DC5042

Text Example


Text Example

White with #DC5042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5042; }

 p { color: rgb(220,80,66); }

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

background-color css

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

 a { background-color: rgb(220,80,66); }

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

border-color css

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

 span { border-color: rgb(220,80,66); }

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